]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 Nov 2016 22:11:05 +0000 (22:11 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 14 Nov 2016 22:39:50 +0000 (22:39 +0000)
commitbb00a8d97faa70bf7a1cbdd4a43e95347a9c8709
tree1018b4fbe3a9ecfc5415c1e8013c3306d5873dbe
parentb83350a2e05d63eaae8da9ff4f957ab44e4cb9d9
net/http: update bundled http2, add TestServerKeepAlivesEnabled h1/h2 tests

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

   http2: make Server respect http1 Server's SetKeepAlivesEnabled
   https://golang.org/cl/33153

And adds a test in std.

Fixes #17717

Change-Id: I3ba000abb6f3f682261e105d8a4bb93bde6609fe
Reviewed-on: https://go-review.googlesource.com/33231
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tom Bergan <tombergan@google.com>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go
src/net/http/serve_test.go