]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorTom Bergan <tombergan@google.com>
Wed, 9 Aug 2017 01:01:08 +0000 (18:01 -0700)
committerTom Bergan <tombergan@google.com>
Wed, 9 Aug 2017 05:33:09 +0000 (05:33 +0000)
commit6b6b9f69fd38ca285b33917d6201dbcb11ca0324
tree4d2b1249d998bcf72c691af37b6239c9d77de241
parent8fb9cee3f1a6333ad50d7ca382e9a0bdafc1b5b6
net/http: update bundled http2

Updates http2 to x/net/http2 git rev 1c05540f687 for:

  http2: fix format argument warnings in tests
  https://golang.org/cl/48090

  http2: retry requests after receiving REFUSED STREAM
  https://golang.org/cl/50471

  http2: block RoundTrip when the Transport hits MaxConcurrentStreams
  https://golang.org/cl/53250

Fixes #13774
Fixes #20985
Fixes #21229

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