Commit 887864e8 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

SIGPIPE is now ignored by the server core. The request write routines

(ap_rputc, ap_rputs, ap_rvputs, ap_rwrite, ap_rprintf, ap_rflush) now
correctly check for output errors and mark the connection as aborted.
Replaced many direct (unchecked) calls to ap_b* routines with the
analogous ap_r* calls.  Removed the pointless handling of EAGAIN errors.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82876 13f79535-47bb-0310-9956-ffa450edef68
parent 51ffaf38
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment