• Brendan O'Dea's avatar
    Ignore SIGPIPE such that write returns EPIPE. · 2cf5c809
    Brendan O'Dea authored
    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
    2cf5c809
Name
Last commit
Last update
..
386 Loading commit data...
amd64 Loading commit data...
defs.c Loading commit data...
os.h Loading commit data...
signals.h Loading commit data...
thread.c Loading commit data...