context.output now need reponsewriter
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -464,7 +464,6 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) | ... | @@ -464,7 +464,6 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) |
| 464 | 464 | ||
| 465 | if context.Input.IsWebsocket() { | 465 | if context.Input.IsWebsocket() { |
| 466 | context.ResponseWriter = rw | 466 | context.ResponseWriter = rw |
| 467 | context.Output = beecontext.NewOutput(rw) | ||
| 468 | } | 467 | } |
| 469 | 468 | ||
| 470 | // defined filter function | 469 | // defined filter function | ... | ... |
-
Please register or sign in to post a comment