commit | 17d9093bf214f3461815410c298006bac8427c0e | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Jul 21 13:25:55 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Thu Jul 21 13:25:55 2011 -0400 |
tree | 304857c3c601c59eb9c966ef00d7e56350e28642 | |
parent | bf5ec12dd5d7787777a7621e40e0e675f49d70d6 [diff] |
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