]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled copied of x/net/http2 to git rev 961116aee
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Jan 2016 00:06:09 +0000 (16:06 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Jan 2016 05:50:07 +0000 (05:50 +0000)
commita4f27c42254a3a79d71e7d6a1b8f45970621a644
tree0e27661c1bcb6903d665ab8d41732e030310e656
parented52e552aa9f3debe0e743e9840219a42dbd1216
net/http: update bundled copied of x/net/http2 to git rev 961116aee

Update net/http's copy of http2 (sync as of x/net git rev 961116aee,
aka https://golang.org/cl/18266)

Also adds some CONNECT tests for #13717 (mostly a copy of http2's
version of test, but in the main repo it also tests that http1 behaves
the same)

Fixes #13668
Fixes #13717

Change-Id: I7db93fe0b7c42bd17a43ef32953f2d20620dd3ea
Reviewed-on: https://go-review.googlesource.com/18269
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go