Skip to content

Commit 377ebb0

Browse files
committed
Remove TODO message
1 parent d4ca38e commit 377ebb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/tools/proxy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func ProxyResponseHandler() func(*http.Response) error {
6969
}
7070

7171
// 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.
7372
if strings.HasPrefix(r.Request.UserAgent(), "npm") {
7473

7574
// Respond to only requests that respond with JSON

0 commit comments

Comments
 (0)