Hacker News new | ask | show | jobs
by brycekahle 4237 days 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/clie...

1 comments

Looks like issue #4800 is the place where it's tracked:

https://code.google.com/p/go/issues/detail?id=4800