File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (a *APP) runHTTP() error {
116116
Addr: address,
117117
WriteTimeout: 120 * time.Second,
118118
ReadTimeout: 120 * time.Second,
119-
Handler: handlers.RecoveryHandler()(r),
119+
Handler: handlers.RecoveryHandler()(handlers.CompressHandler(r)),
120120
}
121121

122122
go func() {

0 commit comments

Comments
 (0)