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: libcurl hangs in curl_multi_cleanup

2021-06-10 Thread Firefox OS via curl-library
Dnia 2021-06-10, o godz. 08:14:05 Daniel Stenberg napisał(a): > On Thu, 10 Jun 2021, Firefox OS via curl-library wrote: > > > Unfortunately the bug is there again. > > At least in 7.76.1 and 7.70.0. > > Particularly, curl_multi_cleanup() hangs for exactly 2 minute

Re: libcurl hangs in curl_multi_cleanup

2021-06-09 Thread Firefox OS via curl-library
Dnia 2019-05-06, o godz. 23:59:25 Firefox OS via curl-library napisał(a): > Dnia 2019-04-21, o godz. 23:21:07 > Daniel Stenberg via curl-library napisał(a): > > > On Fri, 19 Apr 2019, Daniel Stenberg via curl-library wrote: > > > > > My proposed

curl 7.75.0 fails to compile

2021-02-04 Thread Firefox OS via curl-library
Hi, I got following compilation error in 7.75 release. It was OK in curl 7.74. The attached patch fixes the compilation problem in my case. http.c:1963:10: error: conflicting types for ‘Curl_add_timecondition’ 1963 | CURLcode Curl_add_timecondition(const struct connectdata *conn, |

Re: Build fails after upgrading from 7.72 to 7.73

2020-10-15 Thread Firefox OS via curl-library
Dnia 2020-10-15, o godz. 18:21:26 Jeffrey Walton napisał(a): > It looks like some sort of typo. I cannot find ssl_config_data in the > OpenSSL 1.1.x branch or the previous 1.0.x branch: > I also took a peek in the OpenSSL 0.9.8 branch, and ssl_config_data > was missing there, too. > > Maybe a

Build fails after upgrading from 7.72 to 7.73

2020-10-15 Thread Firefox OS via curl-library
Hi, I tried to build curl 7.73 using following options: ./configure --disable-static --enable-shared --prefix=/usr \ --host=i686-buildroot-linux-uclibc --disable-debug \ --enable-warnings --disable-curldebug --enable-symbol-hiding \ --disable-ares --enable-silent-rules

Re: Missing data fragments when custom headers set

2019-11-24 Thread Firefox OS via curl-library
Dnia 2019-11-24, o godz. 10:21:07 tangram67 via curl-library napisał(a): > Hi to all. > > I'm using libcurl as a receiver for MP3 radio streams. > When using custom headers in conjunction with header and body data > callbacks, some data is missing in the data callbacks. This is also >

Re: libcurl hangs in curl_multi_cleanup

2019-05-06 Thread Firefox OS via curl-library
Dnia 2019-04-21, o godz. 23:21:07 Daniel Stenberg via curl-library napisał(a): > On Fri, 19 Apr 2019, Daniel Stenberg via curl-library wrote: > > > My proposed fix for this issue is now here: > > > > https://github.com/curl/curl/pull/3795 > > That one landed in git too and will ship in the

libcurl hangs in curl_multi_cleanup

2019-04-17 Thread Firefox OS via curl-library
Hi all I wrote a simplified program (attached) to demonstrate a problem I'm dealing with. The problem is that libcurl doesn't allow the program to quit because it hangs inside curl_multi_cleanup: (gdb) bt #0 0x77e463f1 in poll () from /lib64/libc.so.6 #1 0x77f58a46 in poll