When I use golang's net/http package to request different web pages, I often get this error, because of what? (I used a proxy to crawl)
Asked
Active
Viewed 4,273 times
3
-
1Care to share any code that would reproduce the problem? – hakamairi Aug 02 '18 at 08:06
-
2Are you connecting to a https server with http by any chance? – Peter Aug 02 '18 at 10:59
-
In these [two](https://github.com/kubernetes/kubernetes/issues/39506) [cases](https://forum.rclone.org/t/failed-to-configure-token/5301) I was able [to google](https://www.google.com/search?q=malformed+HTTP+response+“%5Cx05%5Cx00”), both hint at that a HTTP proxy is used. Is this indeed the case? – kostix Aug 02 '18 at 13:18