Home
last modified time | relevance | path

Searched refs:pipeline_level (Results 1 – 1 of 1) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-client-peer.c1110 unsigned int pipeline_level = 0, total_handled = 0, handled; in http_client_peer_handle_requests_real() local
1126 if (pipeline_level == 0) { in http_client_peer_handle_requests_real()
1127 pipeline_level = conn_avail_idx->pending_requests; in http_client_peer_handle_requests_real()
1128 } else if (conn_avail_idx->pending_requests > pipeline_level) { in http_client_peer_handle_requests_real()
1129 pipeline_level = conn_avail_idx->pending_requests; in http_client_peer_handle_requests_real()
1150 total_handled, pipeline_level); in http_client_peer_handle_requests_real()