mirror of
https://github.com/labstack/echo.git
synced 2024-11-24 08:22:21 +02:00
reset u.query
This commit is contained in:
parent
dfaaff949b
commit
82bcf4c2b8
@ -35,4 +35,5 @@ func (u *URL) QueryString() string {
|
||||
|
||||
func (u *URL) reset(url *url.URL) {
|
||||
u.URL = url
|
||||
u.query = nil
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user