joes        2003/10/23 12:26:49

  Modified:    .        CHANGES
  Log:
  Record latest mod_apreq.c fixes.
  
  Revision  Changes    Path
  1.12      +9 -0      httpd-apreq-2/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CHANGES   17 Oct 2003 06:27:20 -0000      1.11
  +++ CHANGES   23 Oct 2003 19:26:49 -0000      1.12
  @@ -2,6 +2,15 @@
   
   @section 2.0.0-dev Changes with libapreq2-2.0.0-dev
   
  +- October 23, 2003 - C API: mod_apreq.c [joes]
  +
  +Added ctx->saw_eos to ensure we don't read from upstream filters
  +after receiving an eos bucket.  Otherwise it was possible for
  +two eos buckets to appear when a prefetch read is involved, which
  +breaks other modules like mod_proxy.  This bug was uncovered by
  +Phillipe Chiasson.  mod_apreq's apreq_env_majic_number bumped to
  +reflect the added fixes.
  +
   - October 17, 2003 - configure: --enable-perl-glue [joes]
   
   The --enable-perl-glue option integrates the perl glue into the 
  
  
  

Reply via email to