]> Cypherpunks repositories - gostls13.git/commit
net/http/fcgi: Request.Body should always be non-nil
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 20 Mar 2013 16:06:33 +0000 (09:06 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 20 Mar 2013 16:06:33 +0000 (09:06 -0700)
commitbd21f7f1b59325d128bec1d26074aba75dc18b04
tree323bd521d5392c4799d411e89a0cbeaf45c021e5
parenteeb9822457e398f59b3620e2b719a950dcf891ff
net/http/fcgi: Request.Body should always be non-nil

Found this inconsistency from net/http's Server while
debugging Issue 4183

Unfortunately this package lacks testing around this,
or most of child.go. :/

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/7735046
src/pkg/net/http/fcgi/child.go