Closed as not planned
Description
What version of Go are you using (go version
)?
go1.11.1
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (go env
)?
linux amd64, android arm
What did you do?
Used http.Client for multiple calls against a url that returns 301 or 308.
What did you expect to see?
Second invocation to use a cached response from the first.
What did you see instead?
The first call before the Location is followed is always made.
Is there any reason this choice was made or has the logic just never been put in?