]> Cypherpunks repositories - gostls13.git/commit
net/http: clarify that ReadRequest is only for HTTP/1.x
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 21 May 2018 17:23:05 +0000 (17:23 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 21 May 2018 17:48:25 +0000 (17:48 +0000)
commitd583ca764afc3bf5caae52f2b1361114e550a120
treed744b6aec2988baaa5f1f8b3a8d2d96feaee1737
parent64a832debe1b6bd4002430d65d9447e6e410366e
net/http: clarify that ReadRequest is only for HTTP/1.x

Fixes #25476

Change-Id: I5a81cdf7d0ef9a22b0267732f27bcc2ef76eaa29
Reviewed-on: https://go-review.googlesource.com/113817
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/net/http/request.go