]> Cypherpunks repositories - gostls13.git/commit
net/http: minor fixes and optimization for Response.TLS
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Mar 2014 20:40:13 +0000 (12:40 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 5 Mar 2014 20:40:13 +0000 (12:40 -0800)
commit6433bff205f24c0f527f87284b8c09c6476e5812
treef1734685eb85919699c373ef17574c73c38f7d9e
parentf40872d3c7f451429146a14da037100b4453baf9
net/http: minor fixes and optimization for Response.TLS

Also add it to doc/go1.3.txt.

Update #7289

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/71740043
doc/go1.3.txt
src/pkg/net/http/client_test.go
src/pkg/net/http/response.go
src/pkg/net/http/transport.go