]> Cypherpunks repositories - gostls13.git/commit
http: change RawPath to mean raw path, not raw everything-after-scheme.
authorRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:44:55 +0000 (18:44 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 17 Mar 2010 01:44:55 +0000 (18:44 -0700)
commit141821d5127753db393b7c224639c695f3725923
tree2afad640885334a2ff61c90e6df1af1b3945c12c
parentc75f891a720f00d4ce1c44e12ab7337cf7efc118
http: change RawPath to mean raw path, not raw everything-after-scheme.

The new meaning is more useful for both websocket and http.

R=r, petar-m, ukai
CC=golang-dev, madari
https://golang.org/cl/582043
src/pkg/http/readrequest_test.go
src/pkg/http/requestwrite_test.go
src/pkg/http/url.go
src/pkg/http/url_test.go