Closed
Description
this line in client.go causes some confusion in the default behavior of client.Do(). The documentation says that the default HTTP method of a request is GET and that, when clients issue GET requests, redirects will be followed.
It seems that the aforementioned line should include req.Method == ""