in reply to Re: "Software caused connection abort" mod_perl errors on 'print' statement
in thread "Software caused connection abort" mod_perl errors on 'print' statement

As in "user stopped their browser load before it go to the print statement?" I didn't think it worked that way (apologies for my noobishness)
  • Comment on Re^2: "Software caused connection abort" mod_perl errors on 'print' statement

Replies are listed 'Best First'.
Re^3: "Software caused connection abort" mod_perl errors on 'print' statement
by ikegami (Patriarch) on Oct 05, 2009 at 14:51 UTC
    I think mod_cgi buffers the output, but it wouldn't surprise me if mod_perl gives you a more direct path to the client. I don't know either, which is why I phrased it as a question.
      I see the same thing here after an OpenSuse security update. All happening at a print "foo" if (mostly true) statement.