fix #232
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -300,6 +300,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) | ... | @@ -300,6 +300,7 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) |
| 300 | Output: beecontext.NewOutput(w), | 300 | Output: beecontext.NewOutput(w), |
| 301 | } | 301 | } |
| 302 | context.Output.Context = context | 302 | context.Output.Context = context |
| 303 | context.Output.EnableGzip = EnableGzip | ||
| 303 | 304 | ||
| 304 | if context.Input.IsWebsocket() { | 305 | if context.Input.IsWebsocket() { |
| 305 | context.ResponseWriter = rw | 306 | context.ResponseWriter = rw | ... | ... |
-
Please register or sign in to post a comment