]> Cypherpunks repositories - gostls13.git/commit
undo CL 4808044 / 1bd754e69ce7
authorRuss Cox <rsc@golang.org>
Thu, 21 Jul 2011 17:25:55 +0000 (13:25 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Jul 2011 17:25:55 +0000 (13:25 -0400)
commit17d9093bf214f3461815410c298006bac8427c0e
tree304857c3c601c59eb9c966ef00d7e56350e28642
parentbf5ec12dd5d7787777a7621e40e0e675f49d70d6
undo CL 4808044 / 1bd754e69ce7

ServeMux depends on having a URL
in order to mux.  It might be that the right
fix is to have CONNECT handlers just not
look at URL.

««« original CL description
http: do not parse req.URL for CONNECT

CONNECT's argument is not a URL.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/4808044

»»»

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/4798046
src/pkg/http/readrequest_test.go
src/pkg/http/request.go