]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 for flow control window adjustment fix
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 5 Aug 2016 16:42:31 +0000 (16:42 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 5 Aug 2016 17:08:52 +0000 (17:08 +0000)
commit10316757cec3c2744ea61088e0fc905cfeb28fb2
treecca7a94ffd06ba657ff7d9617d42267180284218
parentda070bed19fb23a8dd1b9f974c7fdf1f247fdba0
net/http: update bundled http2 for flow control window adjustment fix

Updates bundled http2 to x/net/http2 git rev 075e191 for:

   http2: adjust flow control on open streams when processing SETTINGS
   https://golang.org/cl/25508

Fixes #16612

Change-Id: Ib0513201bff44ab747a574ae6894479325c105d2
Reviewed-on: https://go-review.googlesource.com/25543
Run-TryBot: Chris Broadfoot <cbro@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Chris Broadfoot <cbro@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/h2_bundle.go