]> Cypherpunks repositories - gostls13.git/commit
Ignore SIGPIPE such that write returns EPIPE.
authorBrendan O'Dea <bod@golang.org>
Thu, 30 Apr 2009 00:36:58 +0000 (17:36 -0700)
committerBrendan O'Dea <bod@golang.org>
Thu, 30 Apr 2009 00:36:58 +0000 (17:36 -0700)
commit2cf5c809d01b9965ffb68f94426e2afc977552ed
treeee7368934c093ada092a6202c9f10fefa5a53ad9
parent7326a389fc014736a50c037a6579676e7a6f72cc
Ignore SIGPIPE such that write returns EPIPE.

Currently a http server will be killed on receipt of SIGPIPE
if a client closes a socket which the server is trying to
write to.

R=rsc
APPROVED=rsc
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=27959
CL=28055
src/runtime/darwin/signals.h
src/runtime/linux/signals.h