]> granicus.if.org Git - apache/commitdiff
Match the new APR_BUCKET_BUFF_SIZE. We want this to be slightly less than
authorCliff Woolley <jwoolley@apache.org>
Mon, 1 Apr 2002 05:43:47 +0000 (05:43 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 1 Apr 2002 05:43:47 +0000 (05:43 +0000)
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

include/http_core.h

index 1fd8ab69f2eac1794a575ece80b9a3a304bcc917..1a46833d5252c900fad25d082863e2edbfaab7c8 100644 (file)
@@ -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