]> Cypherpunks repositories - gostls13.git/commit
net/http: make ParseForm ignore unknown content types.
authorRoger Peppe <rogpeppe@gmail.com>
Thu, 26 Jan 2012 16:50:56 +0000 (16:50 +0000)
committerRoger Peppe <rogpeppe@gmail.com>
Thu, 26 Jan 2012 16:50:56 +0000 (16:50 +0000)
commit32d7a7364f10b652c36e1515623586d0db82ef20
tree3014bc54f658df2ba122f633980b7d549ae9885e
parent974fa755573cbcad4e6ff48e4faae25ffa2cca43
net/http: make ParseForm ignore unknown content types.
Also fix a shadowed error variable bug.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5573072
src/pkg/net/http/request.go
src/pkg/net/http/request_test.go