]> granicus.if.org Git - apache/commitdiff
Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket buffer
authorCliff Woolley <jwoolley@apache.org>
Fri, 13 Apr 2001 05:19:25 +0000 (05:19 +0000)
committerCliff Woolley <jwoolley@apache.org>
Fri, 13 Apr 2001 05:19:25 +0000 (05:19 +0000)
size.  This fixes the 8192-808-8192-808 iovec-length sequence problem
on platforms using writev() (eg OS/2).

Reviewed by: Brian Havard

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88843 13f79535-47bb-0310-9956-ffa450edef68

include/http_core.h

index da40736327bee60477e7fb4d1d047c090e29c7fe..ccfdca1afe9454188b50d660bfe34496fa33f2cf 100644 (file)
@@ -127,9 +127,9 @@ extern "C" {
 #define SATISFY_ANY 1
 #define SATISFY_NOSPEC 2
 
-/* Make sure we don't write less than 9000 bytes at any one time.
+/* Make sure we don't write less than 8192 bytes at any one time.
  */
-#define AP_MIN_BYTES_TO_WRITE  9000
+#define AP_MIN_BYTES_TO_WRITE  8192
 
 /**
  * Retrieve the value of Options for this request