Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Daniel Stenberg via curl-library
On Fri, 18 Jun 2021, Firefox OS via curl-library wrote: Do you mean imap://...? Yes, it does. And the callstack looks the same. I cannot reproduce. I converted "curl_imap_teardown_issue.c" into test case 677 in this commit:

Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Firefox OS via curl-library
Dnia 2021-06-18, o godz. 09:31:42 Daniel Stenberg napisaƂ(a): > On Thu, 17 Jun 2021, FirefoxOS via curl-library wrote: > > > Can you help me understand what does test660 actually check? > > > The issue is easily reproducible using curl_imap_teardown_issue.c > > Then clearly test660

Re: How to separate connection from request

2021-06-18 Thread Daniel Stenberg via curl-library
On Thu, 17 Jun 2021, 6dsovh35--- via curl-library wrote: I'm trying to build a transport service that will maintain open connections to various services and send requests off as I receive them. I would like to build a curl session and connect it (including openssl handling) in my parent

Re: libcurl hangs in curl_multi_cleanup

2021-06-18 Thread Daniel Stenberg via curl-library
On Thu, 17 Jun 2021, FirefoxOS via curl-library wrote: Can you help me understand what does test660 actually check? The issue is easily reproducible using curl_imap_teardown_issue.c Then clearly test660 doesn't run the same sequence. Does the curl_imap_teardown_issue.c code also cause a