]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Nov 2016 19:48:35 +0000 (19:48 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 2 Nov 2016 20:49:58 +0000 (20:49 +0000)
commit09bb6434f9a8681b81a667e1ff186c61bbe0a50f
tree0ae46fd5d11814a317f64aebac5f9b127d63820d
parent2d3cd51dbe5b5266b9baf68fb42ea19fedf4d23e
net/http: update bundled http2

Update bundled x/net/http2 to x/net git rev 6c4ac8bd for:

   http2: fix Transport race sending RST_STREAM while reading DATA on cancels
   https://golang.org/cl/32571

   http2: remove h2-14 ALPN proto
   https://golang.org/cl/32576

Fixes #16974

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