We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ca38e commit 377ebb0Copy full SHA for 377ebb0
1 file changed
src/tools/proxy.go
@@ -69,7 +69,6 @@ func ProxyResponseHandler() func(*http.Response) error {
69
}
70
71
// Do some quick fixes to the HTTP response for NPM install requests
72
- // TODO: Get this actually working, it looks like the JSON responses provide the correct URLs via CURL, but not when using npm against it.
73
if strings.HasPrefix(r.Request.UserAgent(), "npm") {
74
75
// Respond to only requests that respond with JSON
0 commit comments