Commit cc820983 authored by Cliff Woolley's avatar Cliff Woolley
Browse files

Change AP_MIN_BYTES_TO_WRITE from 9000 to 8192 to match the bucket buffer

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
parent 5aac9bd4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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