]> Cypherpunks repositories - gostls13.git/commit
http: protect io.WriteString in Request/Response.Write with error checking,
authorPetar Maymounkov <petarm@gmail.com>
Wed, 10 Feb 2010 01:42:51 +0000 (17:42 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 10 Feb 2010 01:42:51 +0000 (17:42 -0800)
commitc5287ecb9c67eb731dd0bf7a5ffcaa1d3d23f52e
treeee834258de6c938a82c8397fd877420ce78c0c0b
parentd4ad8e8ce35b330904e327a586606d95bb87d143
http: protect io.WriteString in Request/Response.Write with error checking,
since they were causing a silent program exit (too many EPIPE's).

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