You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using only curly API in my code.
So, I think that for each curly request it creates additional easy_handle and adds it to common multi_handle. So, according to libcurl documentation the total connection cache size should be 4* easy_handle amount.
So, I should not see connection cache size limits. But I am regularly see in the logs "Connection cache is full, closing the oldest one" https://curl.se/libcurl/c/CURLMOPT_MAXCONNECTS.html
What is my mistake? Why do I meet this?
Thank you.
The text was updated successfully, but these errors were encountered:
I am using only curly API in my code.
So, I think that for each curly request it creates additional easy_handle and adds it to common multi_handle. So, according to libcurl documentation the total connection cache size should be 4* easy_handle amount.
So, I should not see connection cache size limits. But I am regularly see in the logs "Connection cache is full, closing the oldest one"
https://curl.se/libcurl/c/CURLMOPT_MAXCONNECTS.html
What is my mistake? Why do I meet this?
Thank you.
The text was updated successfully, but these errors were encountered: