Re: How to run test 307?

2019-06-13 Thread Ray Satiro via curl-library
On 6/13/2019 1:58 AM, Daniel Stenberg via curl-library wrote: > On Wed, 12 Jun 2019, Marcel Raad via curl-library wrote: > >> I've never seen a test run with test 307 enabled. The precheck checks >> for "openssl" in "curl -s --engine list". > > I don't think I've seen it run for a long time

Re: Stuck in poll on network disconnect

2019-06-13 Thread Magdy, Marco via curl-library
On 6/13/19, 10:43 AM, "Daniel Stenberg" wrote: No, it rather seems that the Curl_speedcheck() function isn't doing what it's supposed to do in your case but I have no idea why... A debug build shows that we keep looping in easy_transfer()[1]. We're not stuck in poll() as I

Re: Stuck in poll on network disconnect

2019-06-13 Thread Daniel Stenberg via curl-library
On Thu, 13 Jun 2019, Magdy, Marco wrote: I'm a little confused. The commit SHA(s) you referenced above show disabling poll on MacOS. And the problem does _not_ happen on MacOS. Sorry, I was confused and mixed up your issue with another one when I responded! So, it seems that poll is the

Re: Stuck in poll on network disconnect

2019-06-13 Thread Magdy, Marco via curl-library
On 6/12/19, 11:15 PM, "Daniel Stenberg" wrote: This is curious. Since a34c7ce754 curl should build without using poll and instead use select if built with configure (and since 6aa9cfa2b also in cmake). poll on macOS has a long and sad story so everyone is typically better

Re: Stuck in poll on network disconnect

2019-06-13 Thread Daniel Stenberg via curl-library
On Thu, 13 Jun 2019, Magdy, Marco via curl-library wrote: timeout to 0 and relying on the low-speed-time and low-speed-limit options to determine if a connection has stalled. ... However, we're encountering a problem (that happens 50-ish% of the time) when the connection is lost; we see

Re: How to run test 307?

2019-06-13 Thread Daniel Stenberg via curl-library
On Wed, 12 Jun 2019, Marcel Raad via curl-library wrote: I've never seen a test run with test 307 enabled. The precheck checks for "openssl" in "curl -s --engine list". I don't think I've seen it run for a long time either! The precheck is there because the test cases uses that openssl

Re: SMTP server response timeout

2019-06-13 Thread Daniel Stenberg via curl-library
On Wed, 12 Jun 2019, Christian Schmitz via curl-library wrote: One of the issues I see with 7.65.x is the server response timeouts we see with SMTP: ... Has anyone seen that? I have not. How can we reproduce? If there's a way, please submit it as an issue on github so that we don't lose