Re: curl multi, how can I get info about paused handle?

2024-03-21 Thread Ray Satiro via curl-library
On 3/21/2024 1:13 PM, Barton Mighty via curl-library wrote: It seems curl_multi_info_read() can only get finished easy handles. The problem is, for handle paused by returning CURL_WRITEFUNC_PAUSE, there is no easy way to figure out when the process of the handle has returned, thus a user

curl multi, how can I get info about paused handle?

2024-03-21 Thread Barton Mighty via curl-library
Hi, It seems curl_multi_info_read() can only get finished easy handles. The problem is, for handle paused by returning CURL_WRITEFUNC_PAUSE, there is no easy way to figure out when the process of the handle has returned, thus a user callback can be called. -- Unsubscribe:

Re: SIGSEGV in curl-8.6.0/lib/http2.c:288 (curl_multi_perform->extract_if_dead->http2_data_done)

2024-03-21 Thread Aleksander Mazur via curl-library
Dnia 2024-03-21, o godz. 09:59:32 Stefan Eissing via curl-library napisaƂ(a): > > Am 21.03.2024 um 09:28 schrieb Daniel Stenberg via curl-library > > : > > > > I presume you have a hard time to reproduce this reliably? Does it happen > > against random hosts or does it typically happen against

Re: SIGSEGV in curl-8.6.0/lib/http2.c:288 (curl_multi_perform->extract_if_dead->http2_data_done)

2024-03-21 Thread Stefan Eissing via curl-library
> Am 21.03.2024 um 09:28 schrieb Daniel Stenberg via curl-library > : > > On Wed, 20 Mar 2024, Aleksander Mazur via curl-library wrote: > >> Recently I observe my program crashing (sometimes) during system startup. >> (During system startup internet connection is down so a few first >>

Re: SIGSEGV in curl-8.6.0/lib/http2.c:288 (curl_multi_perform->extract_if_dead->http2_data_done)

2024-03-21 Thread Daniel Stenberg via curl-library
On Wed, 20 Mar 2024, Aleksander Mazur via curl-library wrote: Recently I observe my program crashing (sometimes) during system startup. (During system startup internet connection is down so a few first https/HTTP2 requests fail with CURLE_COULDNT_RESOLVE_HOST. Then internet connection goes