Synopsis: cgi-bin script not receiving SIGPIPE during output if client hits STOP

State-Changed-From-To: open-feedback
State-Changed-By: [EMAIL PROTECTED]
State-Changed-When: Wed Apr  9 03:15:37 PDT 1997
State-Changed-Why:
Leaving the SIGPIPE part alone for the moment..  Apache
buffers script output internally, which may be part of
the problem.  Try renaming your script so the filename
begins with "nph-" (e.g., to "nph-test.cgi") and try
again.  The output from nph scripts does *not* get
buffered.  Also, you can avoid the repeated flush() calls
by simply putting "$| = 1;" before the first printf();
this tells Perl not to buffer *its* output.  Please see
if these changes have any effect, and we'll come back to
the SIGPIPE issue.
Category-Changed-From-To: os-irix-mod_cgi
Category-Changed-By: [EMAIL PROTECTED]
Category-Changed-When: Wed Apr  9 03:15:37 PDT 1997


Reply via email to