]> Cypherpunks repositories - gostls13.git/commit
http: fix FormFile nil pointer dereference on missing multipart form
authorAndrew Gerrand <adg@golang.org>
Wed, 4 May 2011 03:45:10 +0000 (20:45 -0700)
committerAndrew Gerrand <adg@golang.org>
Wed, 4 May 2011 03:45:10 +0000 (20:45 -0700)
commit73f4b847aeb9a7537ae7ee77696e321533001b7c
tree86801328ceebd08c1fafaf3d2e38c6af20d30688
parent684e065d05f0cd6f1dc2b141e6fa519a01056ece
http: fix FormFile nil pointer dereference on missing  multipart form

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