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
#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