]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 26 Jul 2016 22:17:38 +0000 (00:17 +0200)
committerAndrew Gerrand <adg@golang.org>
Tue, 26 Jul 2016 23:04:15 +0000 (23:04 +0000)
commit66b47431cba75ce23630e17c1a3aa000e7b33d06
treec50c763037709712de87b907cbf7f69f9cf2f325
parentb11fff3886705bd98aec4923f43216ed8e13cb1a
net/http: update bundled http2

Updates x/net/http2 to git rev 6a513af for:

  http2: return flow control for closed streams
  https://golang.org/cl/25231

  http2: make Transport prefer HTTP response header recv before body write error
  https://golang.org/cl/24984

  http2: make Transport treat "Connection: close" the same as Request.Close
  https://golang.org/cl/24982

Fixes golang/go#16481

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