You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/04/04 06:57:37 UTC

Re: timeout() and signal(SIGPIPE, SIG_IGN);

> Right now, the timeout() code in http_main.c calls signal(SIGPIPE, SIG_IGN)
> at the start of the routine... With the newer check of the return value
> of bwrite() in protocol and proxy, is this still needed? It looks like
> it's still a Good Idea even if not...

I agree that it seems like a "Good Idea", however the solution to
my proplem was the change in send_fd().