dougm       01/11/06 09:40:22

  Modified:    xs/Apache/RequestIO Apache__RequestIO.h
  Log:
  fix $| comment for $r->puts
  
  Revision  Changes    Path
  1.16      +3 -1      modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h
  
  Index: Apache__RequestIO.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/RequestIO/Apache__RequestIO.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Apache__RequestIO.h       2001/11/06 17:38:15     1.15
  +++ Apache__RequestIO.h       2001/11/06 17:40:22     1.16
  @@ -31,7 +31,9 @@
       MP_END_TIMES();
       MP_PRINT_TIMES("r->puts");
   
  -    /* XXX: flush if $| */
  +    /* we do not check $| for this method,
  +     * only in the functions called by the tied interface
  +     */
   
       return bytes;
   }
  
  
  


Reply via email to