We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49572e commit 9776d02Copy full SHA for 9776d02
src/net/http/client.go
@@ -129,8 +129,8 @@ type RoundTripper interface {
129
// RoundTrip should not modify the request, except for
130
// consuming and closing the Request's Body. RoundTrip may
131
// read fields of the request in a separate goroutine. Callers
132
- // should not mutate the request until the Response's Body has
133
- // been closed.
+ // should not mutate or reuse the request until the Response's
+ // Body has been closed.
134
//
135
// RoundTrip must always close the body, including on errors,
136
// but depending on the implementation may do so in a separate
0 commit comments