mirror of
https://github.com/labstack/echo.git
synced 2025-01-12 01:22:21 +02:00
parent
959f4bd1ab
commit
6430299ca0
@ -179,5 +179,6 @@ func (c *Context) Error(err error) {
|
||||
func (c *Context) reset(r *http.Request, w http.ResponseWriter, e *Echo) {
|
||||
c.request = r
|
||||
c.response.reset(w)
|
||||
c.query = nil
|
||||
c.echo = e
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user