]> Cypherpunks repositories - gostls13.git/commit
net/http: polish gzip case insensitive test
authorEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 24 May 2017 01:40:52 +0000 (19:40 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 May 2017 02:44:51 +0000 (02:44 +0000)
commit59096edb4aa4a43e984439682cc9b379a1d0c2c0
tree2569e0b602fdd2ddc3db93382621e686cd9f4049
parent51b22130b50035c942f9ea9be184dd16979404b7
net/http: polish gzip case insensitive test

Avoid directly using the binary of the
gzipped encoded string in the handler.

Follow up of CL 37431.

Change-Id: Idcd04acb7940e67b7a35b2d6cb163d75b0e22e04
Reviewed-on: https://go-review.googlesource.com/44008
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/transport_test.go