mirror of
https://github.com/curl/curl.git
synced 2026-07-29 05:13:06 +03:00
bundles: store no/default/pipeline/multiplex
to allow code to act differently on the situation. Also added some more info message for the connection re-use function to make it clearer when connections are not re-used.
This commit is contained in:
parent
be4c8fd1ef
commit
38bd6bf0bb
7 changed files with 46 additions and 35 deletions
|
|
@ -59,9 +59,6 @@ void Curl_multi_process_pending_handles(struct Curl_multi *multi);
|
|||
/* Return the value of the CURLMOPT_MAX_HOST_CONNECTIONS option */
|
||||
size_t Curl_multi_max_host_connections(struct Curl_multi *multi);
|
||||
|
||||
/* Return the value of the CURLMOPT_MAX_PIPELINE_LENGTH option */
|
||||
size_t Curl_multi_max_pipeline_length(struct Curl_multi *multi);
|
||||
|
||||
/* Return the value of the CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE option */
|
||||
curl_off_t Curl_multi_content_length_penalty_size(struct Curl_multi *multi);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue