Searched defs:MAX_MEM_SPOOL (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_http.c230 #define MAX_MEM_SPOOL 16384 macro
565 if (bytes_spooled + bytes > MAX_MEM_SPOOL) {
812 /* Prefetch MAX_MEM_SPOOL bytes
825 MAX_MEM_SPOOL - bytes_read);
867 * surrender once we hit 80 bytes less than MAX_MEM_SPOOL
870 } while ((bytes_read < MAX_MEM_SPOOL - 80)
880 * We have a request body length <= MAX_MEM_SPOOL

Completed in 1093 milliseconds