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/03/02 02:30:09 UTC

cvs commit: modperl-2.0 Changes

stas        2004/03/01 17:30:09

  Modified:    xs/maps  apache_structures.map
               .        Changes
  Log:
  $c->keepalives allows us to tell when a new request over a keepalive
  connection is coming in
  
  Revision  Changes    Path
  1.21      +1 -1      modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -u -r1.20 -r1.21
  --- apache_structures.map	9 Feb 2004 19:05:59 -0000	1.20
  +++ apache_structures.map	2 Mar 2004 01:30:09 -0000	1.21
  @@ -108,7 +108,7 @@
      aborted
      keepalive
   ?  double_reverse
  ->  keepalives
  +   keepalives
      local_ip
      local_host
      id
  
  
  
  1.336     +2 -1      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.335
  retrieving revision 1.336
  diff -u -u -r1.335 -r1.336
  --- Changes	29 Feb 2004 05:28:43 -0000	1.335
  +++ Changes	2 Mar 2004 01:30:09 -0000	1.336
  @@ -14,7 +14,8 @@
   
   Apache::PerlSections->dump() and store(filename) [Gozer]
   
  -expose $c->keepalive related constants [Stas]
  +expose $c->keepalive related constants and $c->keepalives counter
  +[Stas]
   
   Perl handlers are now guaranteed to run before core C handlers for
   all request phases.  [Geoffrey Young]