]> Cypherpunks repositories - gostls13.git/commit
Don't prefix Url.Path with a slash in Request.write,
authorDavid Symonds <dsymonds@golang.org>
Mon, 22 Jun 2009 21:50:12 +0000 (14:50 -0700)
committerDavid Symonds <dsymonds@golang.org>
Mon, 22 Jun 2009 21:50:12 +0000 (14:50 -0700)
commit343bfcfca7931dad370ff2c25d86505b08b6a567
tree9e041e573e55346f7d4cf603c7f166277372831c
parent71f19d66d4209d2b72e38e7b2504089be1b55e8c
Don't prefix Url.Path with a slash in Request.write,
because Url.Path already starts with one.
Avoid crashing in Request.ParseForm if there is no body.

R=rsc
APPROVED=rsc
DELTA=5  (4 added, 0 deleted, 1 changed)
OCL=30552
CL=30607
src/pkg/http/request.go