]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled x/net/http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 00:05:04 +0000 (00:05 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 00:35:03 +0000 (00:35 +0000)
commite6e6cad632f6192a146bbc586a62f2e34c96c2bf
tree020f95f18d76abb21e46c287cd1db0589a02a41a
parent1a63f116c11acdbd1b11c38dbdcaeb4e4ba0a94e
net/http: update bundled x/net/http2

This updates the bundled copy of x/net/http2 to x/net git rev a8e8f92cd6 for:

    http2: remove extra goroutine stack from awaitGracefulShutdown
    https://golang.org/cl/43230

    http2: Discard DATA frames from the server after the response body is closed
    https://golang.org/cl/43810

Fixes #20302
Fixes #18471
Fixes #20448

Change-Id: I00972836deb2fe6049f631ee44901732a641b171
Reviewed-on: https://go-review.googlesource.com/44006
Reviewed-by: Tom Bergan <tombergan@google.com>
src/net/http/h2_bundle.go