diff options
Diffstat (limited to 'tsweb/tsweb.go')
| -rw-r--r-- | tsweb/tsweb.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsweb/tsweb.go b/tsweb/tsweb.go index 8b52e656d..ac6a14332 100644 --- a/tsweb/tsweb.go +++ b/tsweb/tsweb.go @@ -239,7 +239,7 @@ func StdHandler(h ReturnHandler, opts HandlerOptions) http.Handler { if opts.Logf == nil { opts.Logf = logger.Discard } - return retHandler{h, opts} + return compressingHandler{retHandler{h, opts}} } // retHandler is an http.Handler that wraps a Handler and handles errors. |
