1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
Vishal Rana 2015-11-13 07:59:13 -08:00
parent ec1e0bb753
commit 13340e2b0f

View File

@ -272,6 +272,5 @@ func (c *Context) reset(r *http.Request, w http.ResponseWriter, e *Echo) {
c.response.reset(w)
c.query = nil
c.store = nil
c.path = ""
c.echo = e
}