]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 revision
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 8 Nov 2015 10:45:04 +0000 (11:45 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 8 Nov 2015 15:11:14 +0000 (15:11 +0000)
commit11cf5da0e3166bc21dfbf37169b69fdc9e9f0652
treeb5e149d60b895de057af7c3222e00255a8104d01
parentdbfaedf0caf31f4be0c18f367a99eadc8ca171d2
net/http: update bundled http2 revision

Updates to git rev 042ba42f (https://golang.org/cl/16734)

This moves all the code for glueing the HTTP1 and HTTP2 transports
together out of net/http and into x/net/http2 where others can use it,
and where it has tests.

Change-Id: I143ac8bb61eed36c87fd838b682ebb37b81b8c2c
Reviewed-on: https://go-review.googlesource.com/16735
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/h2_bundle.go
src/net/http/transport.go