> 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 is still in the current version. Below is the
> code (from the current version) that I believe needs to be modified
> for correctness (in the write_client function):
thanks Michael! I've committed your change to the cvs tree. so this
explains why people were being hammered with the "rwrite -1" message, not
just because of using 1.2.6, but -DAPACHE_SSL.