From: Cliff Woolley Date: Mon, 1 Apr 2002 05:43:47 +0000 (+0000) Subject: Match the new APR_BUCKET_BUFF_SIZE. We want this to be slightly less than X-Git-Tag: 2.0.35~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d0712e89f3786e55afc7cac9ceef94270fce04b;p=apache 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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94356 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_core.h b/include/http_core.h index 1fd8ab69f2..1a46833d52 100644 --- a/include/http_core.h +++ b/include/http_core.h @@ -129,9 +129,9 @@ extern "C" { #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