]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2; fixes TestTransportAndServerSharedBodyRace_h2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jan 2016 00:51:13 +0000 (00:51 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jan 2016 01:49:37 +0000 (01:49 +0000)
commit67fa7970c50f2a5b48fbdd38f8dff9b6d935131a
tree154a481452c58e0c8d7a8c98c7ebc07f74c715b9
parente9fc522100e3e3109de96ddb5e0063a5124b97ba
net/http: update bundled http2; fixes TestTransportAndServerSharedBodyRace_h2

Update bundled http2 to git rev d1ba260648 (https://golang.org/cl/18288).

Fixes the flaky TestTransportAndServerSharedBodyRace_h2.

Also adds some debugging to TestTransportAndServerSharedBodyRace_h2
which I hope won't ever be necessary again, but I know will be.

Fixes #13556

Change-Id: Ibcf2fc23ec0122dcac8891fdc3bd7f8acddd880e
Reviewed-on: https://go-review.googlesource.com/18289
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/h2_bundle.go
src/net/http/serve_test.go