]> Cypherpunks repositories - gostls13.git/commit
make Location translate relative path to absolute
authorRuss Cox <rsc@golang.org>
Thu, 16 Apr 2009 01:40:55 +0000 (18:40 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 16 Apr 2009 01:40:55 +0000 (18:40 -0700)
commitcff99ba167a9eb6f134a576f0438390ddacba38d
treee335678a7c56ef773c15a7b3103a0a4a71917b82
parent17c290ffb9a14061321eb570a8d3e3a93d8ca2c9
make Location translate relative path to absolute
(HTTP requires absolute in protocol).

add URL tests

R=r
DELTA=243  (242 added, 0 deleted, 1 changed)
OCL=27472
CL=27523
src/lib/http/server.go
src/lib/http/url.go
src/lib/http/url_test.go [new file with mode: 0644]