]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 31 Mar 2016 12:49:23 +0000 (05:49 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 1 Apr 2016 00:47:29 +0000 (00:47 +0000)
commita3537522d67a1cc01f0e533acb8384341e80f5e0
treeda4b0c2526494a36229e2bbe6cbc13d254be4d82
parent36feb1a00aef40b793c173859aab49f8080b71fc
net/http: update bundled http2

Updates x/net/http2 to git rev 31df19d6 for changes since Go 1.6.

The main change was https://go-review.googlesource.com/19726 (move
merging of HEADERS and CONTINUATION into Framer), but there were a few
garbage reduction changes too.

Change-Id: I882443d20749f8638f637a2835efe92538c95d31
Reviewed-on: https://go-review.googlesource.com/21365
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/h2_bundle.go
src/vendor/golang.org/x/net/http2/hpack/encode.go
src/vendor/golang.org/x/net/http2/hpack/hpack.go