1
0
mirror of https://github.com/labstack/echo.git synced 2025-09-16 09:16:29 +02:00

Merge pull request #409 from tossp/tossp-patch-1

reset u.query
This commit is contained in:
Vishal Rana
2016-03-15 22:40:53 -07:00

View File

@@ -35,4 +35,5 @@ func (u *URL) QueryString() string {
func (u *URL) reset(url *url.URL) {
u.URL = url
u.query = nil
}