]> Cypherpunks repositories - gostls13.git/commit
http: remove Request.RawURL
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Oct 2011 18:48:25 +0000 (11:48 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Oct 2011 18:48:25 +0000 (11:48 -0700)
commit36036781d55c03e1120911e299ea6a48ed718524
tree19869bd0826eb9b4e76f0c1ddbb3e7049e0340e5
parentfefadcf51cc8b00fad84f6c0a8ed79bf6aeff46f
http: remove Request.RawURL

Its purpose is not only undocumented, it's also unknown (to me
and Russ, at least) and leads to complexity, bugs and
confusion.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/5213043
src/pkg/http/cgi/child.go
src/pkg/http/cgi/child_test.go
src/pkg/http/cgi/host.go
src/pkg/http/readrequest_test.go
src/pkg/http/request.go
src/pkg/http/requestwrite_test.go
src/pkg/http/transport.go
src/pkg/http/transport_test.go
src/pkg/websocket/hixie_test.go
src/pkg/websocket/hybi_test.go