]> Cypherpunks repositories - gostls13.git/commit
http.URLEscape: escape all bytes required by RFC 2396
authorRuss Cox <rsc@golang.org>
Sun, 15 Nov 2009 20:56:50 +0000 (12:56 -0800)
committerRuss Cox <rsc@golang.org>
Sun, 15 Nov 2009 20:56:50 +0000 (12:56 -0800)
commita967f57d19dfd4ef8c04abf9a6b3ba9f33521df8
tree731a5dcf3beb85802c258d7b17daecf3f0d47e97
parent2a6bb2c63e5256d50da8b75c17b6bb311fb84300
http.URLEscape: escape all bytes required by RFC 2396

Fixes #125.

R=r
https://golang.org/cl/154143
src/pkg/http/url.go
src/pkg/http/url_test.go