Jeff Kaufman wrote:
> when I try to fetch anything over https it spins in ssl_buckets.c
I have a bit more detail now: I was wrong before, and the loop is not
entirely within serf. I was misunderstanding what the debugger was
telling me; sorry!
The relevant code is essentially:
handle_response
On Tue, Oct 27, 2015 at 7:10 PM, Bert Huijben wrote:
>
> What error is '11' for you? APR_EAGAIN?
11 is EAGAIN, yes.
>
> Or perhaps APR_EOF like in your previous report?
As in the previous report, when it finally times out I get:
2015-10-28T08:21:20.499352-04 DEBUG
[l:2620:0:1004:2:6c57:4dc:8e8
ffrey Crowell' ; 'Maksim Orlovich'
>>
>> Subject: RE: Spin when fetching resources over SSL
>
>> Those hosts in your log appear to be one of the many www.google.com
>> addresses; I have no problem connecting to those using serf.
>> (Testing: $ serf_
> -Original Message-
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: woensdag 28 oktober 2015 00:10
> To: 'Jeff Kaufman'
> Cc: 'Jeff Kaufman' ; dev@serf.apache.org;
> 'Jeffrey Crowell' ; 'Maksim Orlovich'
>
> Subje
> -Original Message-
> From: Jeff Kaufman [mailto:jef...@google.com]
> Sent: dinsdag 27 oktober 2015 21:58
> To: Bert Huijben
> Cc: Jeff Kaufman ; dev@serf.apache.org;
> Jeffrey Crowell ; Maksim Orlovich
>
> Subject: Re: Spin when fetching resources over SSL
>
om Mail for Windows 10
>
>
>
>
>
>
> From: Jeff Kaufman
> Sent: vrijdag 23 oktober 2015 15:17
> To: b...@qqmail.nl
> Cc: Jeff Kaufman;dev@serf.apache.org;Jeffrey Crowell;Maksim Orlovich
> Subject: Re: Spin when fetching resources over SSL
>
>
>
>
>
&
elies on something without knowing.
Bert
Sent from Mail for Windows 10
From: Jeff Kaufman
Sent: vrijdag 23 oktober 2015 15:17
To: b...@qqmail.nl
Cc: Jeff Kaufman;dev@serf.apache.org;Jeffrey Crowell;Maksim Orlovich
Subject: Re: Spin when fetching resources over SSL
Yes 70014 is APR_EOF on my pla
If your error codes are the same as on my platform (I'm on Windows) 70014
stands for APR_EOF. In that case it shouldn't loop further.
The logs you provide don't have anything else that stands out for me. If you
can post the full log on some url I'm willing to check if I see something else.
You