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 st...@apache.org on 2004/07/02 22:42:58 UTC

cvs commit: modperl-2.0/lib/Apache compat.pm

stas        2004/07/02 13:42:58

  Modified:    lib/Apache compat.pm
  Log:
  discard_request_body lives in Apache::RequestIO
  
  Revision  Changes    Path
  1.109     +3 -1      modperl-2.0/lib/Apache/compat.pm
  
  Index: compat.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -u -r1.108 -r1.109
  --- compat.pm	9 Jun 2004 14:46:21 -0000	1.108
  +++ compat.pm	2 Jul 2004 20:42:58 -0000	1.109
  @@ -661,8 +661,10 @@
       }
   }
   
  -# the following functions now live in Apache::Response
  +# the following functions now live in Apache::RequestIO
   # * discard_request_body
  +
  +# the following functions now live in Apache::Response
   # * meets_conditions
   # * set_content_length
   # * set_etag