]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorTom Bergan <tombergan@google.com>
Wed, 1 Nov 2017 20:04:43 +0000 (13:04 -0700)
committerTom Bergan <tombergan@google.com>
Wed, 1 Nov 2017 21:13:20 +0000 (21:13 +0000)
commita8def0bbbccb0e856e96ec35b0ebd68e1783042c
tree031a0b0675d93165784f129dbc90575670815d8b
parent731b6321728eb53e6087dc877344878b06cc4b06
net/http: update bundled http2

Updates http2 to x/net/http2 git rev c73622c77280

http2: always delay closing the connection after sending GOAWAY
https://golang.org/cl/71372

http2: Discard data reads on HEAD requests
https://golang.org/cl/72551

Fixes #18701
Fixes #22376

Change-Id: I2460cec64848992fff21790868b5fb8c91f050f2
Reviewed-on: https://go-review.googlesource.com/75210
Run-TryBot: Tom Bergan <tombergan@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/h2_bundle.go