Closed edigaryev closed 2 years ago
The url.QueryUnescape() in http_cache.go is not needed because that is done automatically by the http package.
url.QueryUnescape()
http_cache.go
http
The
url.QueryUnescape()
inhttp_cache.go
is not needed because that is done automatically by thehttp
package.