> thanks Michael! I've committed your change to the cvs tree.
actually, Eric Cholet did, mine failed, cvs rocks. need more coffee.
cvs server: Up-to-date check failed for `Changes'
cvs server: Up-to-date check failed for `src/modules/perl/Apache.xs'
cvs [server aborted]: correct above errors f
> Granted we're running an older copy of mod_perl; but when we noticed
> that we were getting hammered by the spam of "rwrite returned -1"
> in our log files, I took a look at the source code. I then compared
> it to the current source code; I believe I have found a programming
> logic error that
> "MD" == Michael Douglass <[EMAIL PROTECTED]> writes:
MD> Notice that if len < HUGE_STRING_LEN; we REQUEST to write 'len' bytes,
MD> but we only write 'sent' bytes. If 0 < sent < len; then we iterate
MD> back over this while loop because len > 0 after the len -= sent command.
MD> On the nex
(Note: I'm no longer on the mailing list; so if you wish to respond
to me, please be certain to include my email address in the response.
Also, [EMAIL PROTECTED] no longer works FYI. Thanks.)
Granted we're running an older copy of mod_perl; but when we noticed
that we were getting hammered by t