]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundles http2
authorTom Bergan <tombergan@google.com>
Mon, 27 Feb 2017 19:09:42 +0000 (11:09 -0800)
committerTom Bergan <tombergan@google.com>
Mon, 27 Feb 2017 19:38:02 +0000 (19:38 +0000)
commit5ae7cbfff6f98d2a87dca7362e34e48d7bba0d69
tree75b0c3f92955117f89f02ee23d038cc83d6cb529
parent0df81e88876e0b2b40b13e49d6be12c26334070b
net/http: update bundles http2

Updates http2 to x/net/http2 git rev 906cda9 for:

http2: add configurable knobs for the server's receive window
https://golang.org/cl/37226

http2/hpack: speedup Encoder.searchTable
https://golang.org/cl/37406

http2: Add opt-in option to Framer to allow DataFrame struct reuse
https://golang.org/cl/34812

http2: replace fixedBuffer with dataBuffer
https://golang.org/cl/37400

http2/hpack: remove hpack's constant time string comparison
https://golang.org/cl/37394

Updates golang/go#16512
Updates golang/go#18404

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