mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-06 18:25:49 +03:00
bump go-pkgz/rest
This commit is contained in:
@@ -120,7 +120,7 @@ func (h *Http) toHttp(address string, httpPort int) string {
|
||||
|
||||
func (h *Http) gzipHandler() func(next http.Handler) http.Handler {
|
||||
if h.GzEnabled {
|
||||
return R.Gzip
|
||||
return R.Gzip()
|
||||
}
|
||||
|
||||
return func(next http.Handler) http.Handler {
|
||||
|
||||
Reference in New Issue
Block a user