]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Oct 2016 20:55:25 +0000 (13:55 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 21 Oct 2016 21:19:16 +0000 (21:19 +0000)
commita50fbcd331c57b885c13a6c0c2502202417ce312
treef5ca462df6a3e62b237b6ff0715497093f16c744
parent40d4be59ccd83c29a72fb6a9a8c2eee4c91f628b
net/http: update bundled http2

Updates http2 to x/net/http2 git rev 40a0a18 for:

    http2: fix Server race with concurrent Read/Close
    http2: make Server reuse 64k request body buffer between requests
    http2: never Read from Request.Body in Transport to determine ContentLength

Fixes #17480
Updates #17071

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