b346617d by astaxie

context.output now need reponsewriter

1 parent b8ed7908
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!