]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2 for IdleTimeout config sync change
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 29 Oct 2016 18:44:07 +0000 (18:44 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 29 Oct 2016 23:17:59 +0000 (23:17 +0000)
commit4b130f92d248cfa37dceeb45622d36d9c90331ff
treede5ce48a15e6986ead75f1dc219cd129b7c0d98f
parent5552d08b14b6a5099147934111a34f8362341ae2
net/http: update bundled http2 for IdleTimeout config sync change

Updates http2 to x/net git rev 76c1a11e for:

     http2: initialize Server.IdleTimeout from http.Server as http1 does
     https://golang.org/cl/32230

     http2: change how Server.IdleTimeout is initialized from http.Server
     https://golang.org/cl/32323

Fixes #14204

Change-Id: I099f89fcd0d8bc0e42da163ae0a3b786fd81292f
Reviewed-on: https://go-review.googlesource.com/32322
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/h2_bundle.go