]> Cypherpunks repositories - gostls13.git/commit
http: let Transport use a custom net.Dial function
authorBrad Fitzpatrick <bradfitz@golang.org>
Sun, 29 May 2011 16:32:36 +0000 (09:32 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 29 May 2011 16:32:36 +0000 (09:32 -0700)
commitda32ed7bf18919f5397e620b794afe30a7c1dd37
treecf8a0fb6110645557c8ad4e6eea4b063ba2e1cbf
parent62943df82948677cf5893acd05212eb7f9afe098
http: let Transport use a custom net.Dial function

Permits the use of SOCKS proxy dialer with
the transport.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4536091
src/pkg/http/transport.go