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

/dovecot/src/lib-http/
H A Dhttp-client-peer.c1052 unsigned int pipeline_level = 0, total_handled = 0, handled; local
1068 if (pipeline_level == 0) {
1069 pipeline_level = conn_avail_idx->pending_requests;
1070 } else if (conn_avail_idx->pending_requests > pipeline_level) {
1071 pipeline_level = conn_avail_idx->pending_requests;
1091 total_handled, pipeline_level);

Completed in 13 milliseconds