Closed
Description
Right now it is not possible to debug server response inside CheckRedirect function. It becomes annoying especially when you use HTTPS connection and can not figure out why your code doesn't work.
I suppose it should be like:
CheckRedirect func(req *Request, via []*Request, via_resp []*Response,) error