Re: Curl_easy_perform() failed: couldn’t connect to server

2020-12-13 Thread Vijay Rakesh Munganda via curl-library
Hi Daniel, Issue resolved. May be with the network issue, thanks. Thanks & Regards, Vijay Rakesh > On 14-Dec-2020, at 03:59, Daniel Stenberg via curl-library > wrote: > > On Sun, 13 Dec 2020, Daniel Stenberg via curl-library wrote: > >> Enable version and verify that it tried the right IP

Upcoming maintenance: potential wait times for GitHub Actions hosted runners for macOS (fwd)

2020-12-13 Thread Daniel Stenberg via curl-library
FYI: The GitHub action CI macOS jobs will be slower this week. -- / daniel.haxx.se -- Forwarded message -- Date: Sat, 12 Dec 2020 00:42:21 From: GitHub Subject: Upcoming maintenance: potential wait times for GitHub Actions hosted runners for macOS GitHub Actions hosted

Feature window: OPEN

2020-12-13 Thread Daniel Stenberg via curl-library
Hi team, We've seen issues filed on 7.74.0 already but none that I deem serious enough to warrant a panic patch release at least. Thanks to this, I hereby declare the feature window open again. -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug

Re: Curl_easy_perform() failed: couldn’t connect to server

2020-12-13 Thread Daniel Stenberg via curl-library
On Sun, 13 Dec 2020, Daniel Stenberg via curl-library wrote: Enable version and verify that it tried the right IP address and port number. Uh, I meant enable *VERBOSE* ... -- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports,

Re: libcurl read-llike interface.

2020-12-13 Thread Daniel Stenberg via curl-library
On Sun, 13 Dec 2020, XSLT2.0 via curl-library wrote: I saw on the 2020 poll an item about adding to libcurl a "read-like interface" (instead of callbacks). I didn't find any detail on that feature. Well, it was a question in a poll about it. It doesn't have to mean that it actually

Re: Curl_easy_perform() failed: couldn’t connect to server

2020-12-13 Thread Daniel Stenberg via curl-library
On Fri, 11 Dec 2020, Vijay Rakesh Munganda via curl-library wrote: I'm getting started on curl by doing HTTPS POST using libcurl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux PC but not on my embedded linux

libcurl read-llike interface.

2020-12-13 Thread XSLT2.0 via curl-library
Hello, I saw on the 2020 poll an item about adding to libcurl a "read-like interface" (instead of callbacks). I didn't find any detail on that feature. Would you have a link or some reading that could help me understand what the benefits would be? From the most obvious to the more beneficial,

Curl_easy_perform() failed: couldn’t connect to server

2020-12-13 Thread Vijay Rakesh Munganda via curl-library
Hi, I'm getting started on curl by doing HTTPS POST using libcurl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux PC but not on my embedded linux device, I can't understand what I'm missing. I have an active

Re: udp getting unreachable while sending http/3 requests

2020-12-13 Thread Daniel Stenberg via curl-library
On Sun, 13 Dec 2020, Marjan Milošević wrote: So I've built 7.74 with QUICHE and found out this: - It looks like there are no problems now, no interruptions, not even after hundred requests or so. Cool, then it probably was that not closing the connection issue I fixed. - If I introduce some

Re: udp getting unreachable while sending http/3 requests

2020-12-13 Thread Marjan Milošević via curl-library
So I've built 7.74 with QUICHE and found out this: - It looks like there are no problems now, no interruptions, not even after hundred requests or so. - If I introduce some artificial packet loss on the server, i.e. 1% (via netem tool), eventually it hangs. ( I.e. HTTP2 goes well despite the

7th most critical C based open source project?

2020-12-13 Thread Daniel Stenberg via curl-library
Hi According to OpenSSF's new "criticality score", curl could be ranked number 7 among the most "critical" open source projects written in C. Further details on my blog: https://daniel.haxx.se/blog/2020/12/13/the-critical-curl/ -- / daniel.haxx.se | Commercial curl support up to 24x7