]> Cypherpunks repositories - gostls13.git/commit
net/http: add test that automatic gzip works for HTTP2's Transport
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 26 Nov 2015 00:08:32 +0000 (16:08 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 26 Nov 2015 17:15:22 +0000 (17:15 +0000)
commite91019d2536cd067da5f8f22e03efc4492561a99
tree309b567a0d8a58ff90c87f1e88bbf3bc25fcee26
parent09e900eb334ec5f0f1cfffb063c4ebce046e892f
net/http: add test that automatic gzip works for HTTP2's Transport

And updates h2_bundle.go with the fix from x/net/http2.

Fixes #13298
Updates #6891

Change-Id: Ia25f22fa10e2a64b9d59211269882681aa18c101
Reviewed-on: https://go-review.googlesource.com/17241
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/net/http/clientserver_test.go
src/net/http/h2_bundle.go