You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document on the http.Response type at least that Responses in Go are streaming, and the Response just represents the response headers, but the Body may not have arrived yet, and may fail while it's read.
If we put this on the Response type, we don't need to duplicate it in a dozen places.
Document on the http.Response type at least that Responses in Go are streaming, and the Response just represents the response headers, but the Body may not have arrived yet, and may fail while it's read.
If we put this on the Response type, we don't need to duplicate it in a dozen places.
(Suggestion by @fanirthuban in #22235 (comment))
The text was updated successfully, but these errors were encountered: