]> Cypherpunks repositories - gostls13.git/commit
http: handle unchunked, un-lengthed HTTP/1.1 responses
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 9 Feb 2011 04:35:02 +0000 (20:35 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 9 Feb 2011 04:35:02 +0000 (20:35 -0800)
commit2aaabfc828268c93d7d242f570f2dade1397b6f4
tree25023a75869193576d1790429f0ff4db04f91f23
parent3629d723288755f45e94c4c9fea1a92893455d0a
http: handle unchunked, un-lengthed HTTP/1.1 responses

Fixes #716

This CL simply resumes the previous CL in-flight at
https://golang.org/cl/906042/

R=rsc, petar-m, dsymonds
CC=golang-dev
https://golang.org/cl/4157042
src/pkg/http/response_test.go
src/pkg/http/transfer.go