From b346617dc1771c344c23c732f7240a0d881e8be8 Mon Sep 17 00:00:00 2001 From: astaxie Date: Wed, 18 Dec 2013 22:35:52 +0800 Subject: [PATCH] context.output now need reponsewriter --- router.go | 1 - 1 file changed, 1 deletion(-) diff --git a/router.go b/router.go index cd2583bc..59e721e6 100644 --- a/router.go +++ b/router.go @@ -464,7 +464,6 @@ func (p *ControllerRegistor) ServeHTTP(rw http.ResponseWriter, r *http.Request) if context.Input.IsWebsocket() { context.ResponseWriter = rw - context.Output = beecontext.NewOutput(rw) } // defined filter function