]> Cypherpunks repositories - gostls13.git/commit
net/http: updated bundled http2 to finish trailer support
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 16:45:31 +0000 (16:45 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 17 Dec 2015 17:50:30 +0000 (17:50 +0000)
commitcfc9fde54d2d27486edede6dccf107889f0d2cc6
tree17b4af7db9ff414fa1dbec6adaee3dc71ee476a0
parentf172a28f24664d95611b5943f78c6a2c1cc6efbd
net/http: updated bundled http2 to finish trailer support

This updates the bundled copy of x/net/http2 to git rev d2ecd08
for https://golang.org/cl/17912 (http2: send client trailers)
and enables the final Trailer test for http2.

Fixes #13557

Change-Id: Iaa15552b82bf7a2cb01b7787a2e1ec5ee680a9d3
Reviewed-on: https://go-review.googlesource.com/17935
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go