]> Cypherpunks repositories - gostls13.git/commit
http: do not close connection after sending HTTP/1.0 request
authorRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 03:29:25 +0000 (23:29 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 03:29:25 +0000 (23:29 -0400)
commit17c32ad712fb724299008587f9fe977c4b381529
tree46399845dd470b17f4701426961065de74e2f301
parent5e4963d9e8952d2f527746df3dd51dbde2354700
http: do not close connection after sending HTTP/1.0 request

Fixes #671.

R=adg, cw
CC=golang-dev
https://golang.org/cl/2431042
src/pkg/http/transfer.go