next.ServeHTTP

This commit is contained in:
Jesse Peterson
2017-03-18 20:43:03 -07:00
parent 002bfc0284
commit c14379849d

View File

@@ -593,5 +593,6 @@ func debugHTTPmiddleware(next http.Handler) http.Handler {
fmt.Println("")
fmt.Println(string(out))
fmt.Println("")
next.ServeHTTP(w, r)
})
}