]> Cypherpunks.ru repositories - gostls13.git/commit
doc/go1.7.html: document that http.Server now enforces request versions
authorEmmanuel Odeke <emm.odeke@gmail.com>
Tue, 5 Jul 2016 06:57:05 +0000 (23:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jul 2016 16:52:52 +0000 (16:52 +0000)
commit76da6491e802410bf84e122b8694bf01a6cf57cd
tree8ca59f5b1a4f9e16b356866cc56c57feb281cc45
parent2fcb25e07b2549f607aa174ceab974f8732ea0f4
doc/go1.7.html: document that http.Server now enforces request versions

Document that the http.Server is now stricter about rejecting
requests with invalid HTTP versions, and also that it rejects plaintext
HTTP/2 requests, except for `PRI * HTTP/2.0` upgrade requests.
The relevant CL is https://golang.org/cl/24505.

Updates #15810.

Change-Id: Ibbace23e001b5e2eee053bd341de50f9b6d3fde8
Reviewed-on: https://go-review.googlesource.com/24731
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.7.html