]> Cypherpunks repositories - gostls13.git/commit
http: fix ParseURL to handle //relative_path properly
authorAndrew Gerrand <adg@golang.org>
Mon, 12 Jul 2010 23:21:42 +0000 (09:21 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 12 Jul 2010 23:21:42 +0000 (09:21 +1000)
commit880beafc9f60806597d143b71afd6da226367896
treeb172ec4e9fc90c977bf6a41dba1adb5530e706f2
parent97bcf049f76441846ea190fcd41cd5cf0a8b2284
http: fix ParseURL to handle //relative_path properly

Fixes #900.

R=rsc
CC=golang-dev
https://golang.org/cl/1756042
src/pkg/http/url.go
src/pkg/http/url_test.go