]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 1 Aug 2016 23:44:22 +0000 (23:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 2 Aug 2016 00:33:01 +0000 (00:33 +0000)
commitc558a539b5efaeda4b6f8e61f51c21f64d1b94f6
tree8d4043d72a174ba0db1c19ee14595092774551e1
parent111d590f86e2c9a55ec08d95fc4e9adea9232f0c
net/http: update bundled http2

Updates bundled http2 to x/net/http2 rev 28d1bd4f for:

    http2: make Transport work around mod_h2 bug
    https://golang.org/cl/25362

    http2: don't ignore DATA padding in flow control
    https://golang.org/cl/25382

Updates #16519
Updates #16556
Updates #16481

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