]> Cypherpunks repositories - gostls13.git/commit
http: don't always escape all reserved chars (fix build)
authorAndrew Gerrand <adg@golang.org>
Wed, 22 Sep 2010 06:59:35 +0000 (16:59 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 22 Sep 2010 06:59:35 +0000 (16:59 +1000)
commitad9042bdfacbfe295157103fa44e0ce41ce12875
treed6f78619f326f4e78cf46f2dae58760ffe8b53ad
parentd093bdbe7e10eb8b613b346ae5acba7569c97f7e
http: don't always escape all reserved chars (fix build)

R=nigeltao, nigeltao_golang
CC=golang-dev
https://golang.org/cl/2206044
src/pkg/http/request.go
src/pkg/http/url.go