4 ms·
The Go http client definitely has a bug that doesn't maintain the User-Agent across redirected requests. https://code.google.com/p/go/source/browse/src/net/htt
by brycekahle 12y ago
The Go http client definitely has a bug that doesn't maintain the User-Agent across redirected requests.
https://code.google.com/p/go/source/browse/src/net/http/client.go#338 https://code.google.com/p/go/source/browse/src/net/http/clie...
- bgentry 12y agoLooks like issue #4800 is the place where it's tracked: https://code.google.com/p/go/issues/detail?id=4800 https://code.google.com/p/go/issues/detail?id=4800