Skip to content
Snippets Groups Projects
Commit 1a922f18 authored by Will McCutchen's avatar Will McCutchen
Browse files

Fix comment

parent 8e86068c
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ func limitRequestSize(maxSize int64, h http.Handler) http.Handler {
})
}
// metaResponseWriter implements is an http.ResponseWriter and http.Flusher
// that records its status code and body size for logging purposes.
// metaResponseWriter implements http.ResponseWriter and http.Flusher in order
// to record a response's status code and body size for logging purposes.
type metaResponseWriter struct {
w http.ResponseWriter
status int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment