]> Cypherpunks repositories - gostls13.git/commit
net/http: update bundled http2
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 May 2016 02:13:36 +0000 (02:13 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 19 May 2016 03:51:11 +0000 (03:51 +0000)
commit255e206b2bae9e7632043e08cf8cc0c7ce445c31
treeda1ef5be81a3764104571e704ae28e72b59ff2ba
parent8d428ed218d2b65dbb4abbd9be870c95439a2b14
net/http: update bundled http2

Updates x/net/http2 to git rev 5916dcb1 for:

* http2, lex/httplex: make Transport reject bogus headers before sending
  https://golang.org/cl/23229

* http2: reject more trailer values
  https://golang.org/cl/23230

Fixes #14048
Fixes #14188

Change-Id: Iaa8beca6e005267a3e849a10013eb424a882f2bb
Reviewed-on: https://go-review.googlesource.com/23234
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/build/deps_test.go
src/net/http/h2_bundle.go
src/net/http/http.go
src/net/http/server.go
src/net/http/transfer.go
src/net/http/transport.go
src/vendor/golang.org/x/net/lex/httplex/httplex.go [moved from src/net/http/lex.go with 73% similarity]
src/vendor/golang.org/x/net/lex/httplex/httplex_test.go [moved from src/net/http/lex_test.go with 94% similarity]