You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/07/17 23:00:02 UTC

cvs commit: modperl Changes

dougm       98/07/17 14:00:02

  Modified:    .        Changes
  Log:
  only break out of the write loop if rwrite() returns -1 and
  r->connection->aborted, otherwise continue
  
  Revision  Changes    Path
  1.79      +3 -0      modperl/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /export/home/cvs/modperl/Changes,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- Changes	1998/07/17 20:48:34	1.78
  +++ Changes	1998/07/17 21:00:01	1.79
  @@ -8,6 +8,9 @@
   
   =item 1.13_01-dev
   
  +only break out of the write loop if rwrite() returns -1 and
  +r->connection->aborted, otherwise continue  
  +
   added Apache::URI module (enable with PERL_URI_API=1 or EVERYTHING=1)
   
   register_cleanup to SvREFCNT_dec handler stacks, otherwise we leak