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

/httpd/server/
H A Dcore_filters.c364 #define MAX_REQUESTS_IN_PIPELINE 5 macro
446 * contains at least MAX_REQUESTS_IN_PIPELINE EOR buckets:
447 * Do blocking writes until less than MAX_REQUESTS_IN_PIPELINE EOR
514 || eor_buckets_in_brigade > MAX_REQUESTS_IN_PIPELINE) {
523 "MAX_REQUESTS_IN_PIPELINE";

Completed in 21 milliseconds