]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 for Transport double STREAM_ENDED error
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 19 Aug 2016 23:27:45 +0000 (23:27 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 22 Aug 2016 00:55:53 +0000 (00:55 +0000)
commitec8d49c139d2052f200b6867122c678adbbfc142
tree95ecf6ea9ef39b20903d507f86c72d34944928c1
parenta3765723c60b4cbbec3c8e62e3b2ee9e4080eb0b
net/http: update bundled http2 for Transport double STREAM_ENDED error

Updates bundled http2 to x/net/http2 git rev 7394c11 for:

http2: fix protocol violation regression when writing certain request bodies
https://golang.org/cl/27406

Fixes #16788

Change-Id: I0efcd36e2b4b34a1df79f763d35bf7a3a1858506
Reviewed-on: https://go-review.googlesource.com/27451
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