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

Could that mean the client closed?
  • Comment on Re: "Software caused connection abort" mod_perl errors on 'print' statement

Replies are listed 'Best First'.
Re^2: "Software caused connection abort" mod_perl errors on 'print' statement
by RedThree (Initiate) on Oct 05, 2009 at 03:20 UTC
    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)
      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.