]> Cypherpunks repositories - gostls13.git/commit
Fixing HTTP POST handling to work with Chrome and Safari.
authorBill Neubauer <wcn@golang.org>
Sat, 3 Oct 2009 18:09:01 +0000 (11:09 -0700)
committerBill Neubauer <wcn@golang.org>
Sat, 3 Oct 2009 18:09:01 +0000 (11:09 -0700)
commit41a2b21f2606ea9568f375beb9c5d517107e6dfa
treea53cea1fe1767a3e6a168356f55f742aec9a5725
parent11d380557949c454fcda1f4b7909d4de2556d0e2
Fixing HTTP POST handling to work with Chrome and Safari.

request.go does not handle Content-Type correctly for the definition of
Media Types.

http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.7

R=rsc
APPROVED=rsc
DELTA=44  (42 added, 0 deleted, 2 changed)
OCL=35274
CL=35306
src/pkg/http/request.go
src/pkg/http/request_test.go