]> Cypherpunks repositories - gostls13.git/commit
net/http: document GODEBUG settings, update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jan 2016 23:43:52 +0000 (23:43 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 8 Jan 2016 00:56:28 +0000 (00:56 +0000)
commitacc7161320038ee6377d589890526cd11912b4e8
tree2623e35f7dfcf147b976663f99d47ac6e4f6449b
parent40a26c92812a0b49a6a8335c9cb70a78fd380967
net/http: document GODEBUG settings, update bundled http2

Document the three GODEBUG environment variables in the package doc.

Updates the bundled http2 to x/net git rev 415f1917
for https://golang.org/cl/18372.

Fixes #13611

Change-Id: I3116c5d7de70d3d15242d7198f3758b1fb7d94b9
Reviewed-on: https://go-review.googlesource.com/18373
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/doc.go
src/net/http/h2_bundle.go
src/net/http/server.go
src/net/http/transport.go
src/vendor/golang.org/x/net/http2/hpack/hpack.go