mirror of
https://github.com/golang/go
synced 2024-11-24 11:40:16 -07:00
net/http: fix typo in Response.Body's doc
Fixes #33453. Change-Id: If0aa48f953633690884ddcff033b3be6d1d66443 Reviewed-on: https://go-review.googlesource.com/c/go/+/188541 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
parent
a2f5d644d3
commit
09c9d3a58a
@ -66,7 +66,7 @@ type Response struct {
|
|||||||
// The Body is automatically dechunked if the server replied
|
// The Body is automatically dechunked if the server replied
|
||||||
// with a "chunked" Transfer-Encoding.
|
// with a "chunked" Transfer-Encoding.
|
||||||
//
|
//
|
||||||
// As of Go 1.12, the Body will be also implement io.Writer
|
// As of Go 1.12, the Body will also implement io.Writer
|
||||||
// on a successful "101 Switching Protocols" response,
|
// on a successful "101 Switching Protocols" response,
|
||||||
// as used by WebSockets and HTTP/2's "h2c" mode.
|
// as used by WebSockets and HTTP/2's "h2c" mode.
|
||||||
Body io.ReadCloser
|
Body io.ReadCloser
|
||||||
|
Loading…
Reference in New Issue
Block a user