[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modperl-cvs
Subject:    cvs commit: modperl-2.0 Changes
From:       stas () apache ! org
Date:       2003-06-12 23:27:03
[Download RAW message or body]

stas        2003/06/12 16:27:03

  Modified:    xs/maps  apache_functions.map
               .        Changes
  Log:
  Change the default value for the argument 'readbytes' for
  ap_get_brigade(), from 0 to 8192. other than being useless, 0 always
  triggers an assert in httpd internal filters and 8192 is a good
  default.
  
  Revision  Changes    Path
  1.64      +1 -1      modperl-2.0/xs/maps/apache_functions.map
  
  Index: apache_functions.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_functions.map,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- apache_functions.map	2 Mar 2003 13:28:13 -0000	1.63
  +++ apache_functions.map	12 Jun 2003 23:27:03 -0000	1.64
  @@ -221,7 +221,7 @@
    ap_get_brigade | | \
                  filter, bucket, mode=AP_MODE_READBYTES, \
                  block=APR_BLOCK_READ, \
  -               readbytes=0
  +               readbytes=8192
    ap_pass_brigade
   !ap_register_input_filter
   !ap_register_output_filter
  
  
  
  1.194     +5 -0      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.193
  retrieving revision 1.194
  diff -u -r1.193 -r1.194
  --- Changes	10 Jun 2003 03:12:51 -0000	1.193
  +++ Changes	12 Jun 2003 23:27:03 -0000	1.194
  @@ -12,6 +12,11 @@
   
   =item 1.99_10-dev
   
  +Change the default value for the argument 'readbytes' for
  +ap_get_brigade(), from 0 to 8192. other than being useless, 0 always
  +triggers an assert in httpd internal filters and 8192 is a good
  +default. [Stas]
  +
   Fix DynaLoader breakeage when using DL_GLOBAL on OpenBSD
   [Philippe M. Chiasson <gozer@cpan.org>]
   
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic