On Thu, 2003-07-03 at 01:24, Bill Marrs wrote:
> This fixed the bug for me.

Great! Will commit it in the near future. (Can't seem to access the cvs
server right now, crappy internet cafe)

One thing that could help is if someone could take the time to write a
test for this bug.

Gozer out.

> At 10:48 AM 7/2/2003, you wrote:
> >  #define mpxs_output_flush(r, rcfg) \
> >      /* if ($|) */ \
> >-    if (IoFLUSH(PL_defoutgv)) { \
> >+    if (bytes > 0 && IoFLUSH(PL_defoutgv)) { \
> >          MP_FAILURE_CROAK(modperl_wbucket_flush(rcfg->wbucket, TRUE)); \
> >      }
> 
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to