]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 to fix test flake
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2016 00:44:16 +0000 (00:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 3 Nov 2016 00:53:52 +0000 (00:53 +0000)
commit827f2accc1a25b77003303d3c35db5fc054bf8f1
treea4ab4eaca2378f2bece444ced0fdcccf16ee750d
parent627f4d85ba4fa71e5af11ee047ba42196cea1f2c
net/http: update bundled http2 to fix test flake

Updates http2 to x/net/http2 git rev 569280fa for:

   http2: fix over-aggressive ignoring of frames while in "go away" mode
   https://golang.org/cl/32583

Fixes #17733

Change-Id: I4008d2e14ce89782ce7e18b441b1181f98623b9d
Reviewed-on: https://go-review.googlesource.com/32584
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/net/http/h2_bundle.go