http2: fix typo in doRequest doc comment

Change-Id: I46dc54abeb978a2458bbc41b471a8d9b6613cb0d
Reviewed-on: https://go-review.googlesource.com/c/net/+/353872
Trust: Damien Neil <dneil@google.com>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Damien Neil
2021-10-04 12:46:39 -07:00
parent cedda3a722
commit b30845b58a

View File

@@ -1070,7 +1070,7 @@ func (cc *ClientConn) RoundTrip(req *http.Request) (*http.Response, error) {
}
}
// writeRequest runs for the duration of the request lifetime.
// doRequest runs for the duration of the request lifetime.
//
// It sends the request and performs post-request cleanup (closing Request.Body, etc.).
func (cs *clientStream) doRequest() {