]> Cypherpunks repositories - gostls13.git/commit
http: send full URL in proxy requests
authorRuss Cox <rsc@golang.org>
Thu, 17 Feb 2011 22:14:50 +0000 (17:14 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 17 Feb 2011 22:14:50 +0000 (17:14 -0500)
commit063125dfcf20593f3fe8f5eb3ed74b14cc47f79d
tree691a3ef156eaeccd60473bc7de3a67d3a9bcc96f
parentf80d002438016bf622c961a724ae05f306e6b721
http: send full URL in proxy requests

Fixes #53.  (again)

R=agl1
CC=golang-dev
https://golang.org/cl/4167054
src/pkg/http/client.go
src/pkg/http/request.go