This commit is contained in:
Gerasimos (Makis) Maropoulos 2020-08-31 05:09:59 +03:00
parent d0a27d2c08
commit 5700690dea
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7

View File

@ -1586,8 +1586,8 @@ func (ctx *Context) URLParamsSorted() []memstore.StringEntry {
return entries
}
// ResetQuery resets the GET URL Query cache.
// New URLParamXXX methods will receive the new parsed values.
// ResetQuery clears the GET URL Query request, temporary, cache.
// Any new URLParamXXX calls will receive the new parsed values.
func (ctx *Context) ResetQuery() {
ctx.query = nil
}