We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bee0b commit 91ffb73Copy full SHA for 91ffb73
middleware.go
@@ -27,7 +27,7 @@ func RequestLogging(config *Config) func(http.Handler) http.Handler {
27
reserve.LastHandling(wrw)
28
}()
29
30
- next.ServeHTTP(wrw, r)
+ next.ServeHTTP(wrw, reserve.request)
31
}
32
33
return http.HandlerFunc(fn)
0 commit comments