You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/04/01 07:43:47 UTC

cvs commit: httpd-2.0/include http_core.h

jwoolley    02/03/31 21:43:47

  Modified:    include  http_core.h
  Log:
  Match the new APR_BUCKET_BUFF_SIZE.  We want this to be slightly less than
  8KB to leave room for the various allocators' internal structures while
  still fitting into a total of 8KB.
  
  Revision  Changes    Path
  1.65      +2 -2      httpd-2.0/include/http_core.h
  
  Index: http_core.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/http_core.h,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -d -u -r1.64 -r1.65
  --- http_core.h	20 Mar 2002 02:05:42 -0000	1.64
  +++ http_core.h	1 Apr 2002 05:43:47 -0000	1.65
  @@ -129,9 +129,9 @@
   #define SATISFY_ANY 1
   #define SATISFY_NOSPEC 2
   
  -/* Make sure we don't write less than 8192 bytes at any one time.
  +/* Make sure we don't write less than 8000 bytes at any one time.
    */
  -#define AP_MIN_BYTES_TO_WRITE  8192
  +#define AP_MIN_BYTES_TO_WRITE  8000
   
   /**
    * Retrieve the value of Options for this request