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 a985897 commit abe9c49Copy full SHA for abe9c49
src/net/http/client.go
@@ -951,7 +951,7 @@ func (c *Client) CloseIdleConnections() {
951
}
952
953
// cancelTimerBody is an io.ReadCloser that wraps rc with two features:
954
-// 1) on Read error or close, the stop func is called.
+// 1) On Read error or close, the stop func is called.
955
// 2) On Read failure, if reqDidTimeout is true, the error is wrapped and
956
// marked as net.Error that hit its timeout.
957
type cancelTimerBody struct {
0 commit comments