size, so we don't need to also prefetch an extra 1024 bytes; this
was redundant.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@230739
13f79535-47bb-0310-9956-
ffa450edef68
do {
status = ap_get_brigade(r->input_filters, temp_brigade,
AP_MODE_READBYTES, APR_BLOCK_READ,
- MAX_MEM_SPOOL + 1024 - bytes_read);
+ MAX_MEM_SPOOL - bytes_read);
if (status != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_ERR, status, r->server,
"proxy: prefetch request body failed to %pI (%s)"