]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorTom Bergan <tombergan@google.com>
Fri, 27 May 2016 23:53:13 +0000 (16:53 -0700)
committerAndrew Gerrand <adg@golang.org>
Wed, 1 Jun 2016 23:15:34 +0000 (23:15 +0000)
commitf6c0241999bffe0fe52e8b7f5bbcc8f9e02edbdf
tree682673dc51e9bdd047e5a92b3286c74da476b408
parentd0c1888739ac0d5d0c9f82a4b86945c0351caef6
net/http: update bundled http2

Updates x/net/http2 to git rev 6bdd4be4 for CL 23526:

  http2: GotFirstResponseByte hook should only fire once

Also updated the trace hooks test to verify that all trace hooks are called
exactly once except ConnectStart/End, which may be called multiple times (due
to happy-eyeballs).

Fixes #15777

Change-Id: Iea5c64eb322b58be27f9ff863b3a6f90e996fa9b
Reviewed-on: https://go-review.googlesource.com/23527
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/h2_bundle.go
src/net/http/transport_test.go