cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Fix handling of cache keys with path separators #236

Closed edigaryev closed 2 years ago

edigaryev commented 2 years ago

The url.QueryUnescape() in http_cache.go is not needed because that is done automatically by the http package.