cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: aborted

From: Peter Holm <peterholm_at_gmx.net>
Date: Thu, 11 Sep 2014 06:44:41 +0200

Windows7 client against Win2k8 servers, where curl is using Kerberos.
This worked in version 7.19 on VC8 compiler, but fails (for some users)
with below on 7.27 in VC11 compiler, all 32-bit. This might be
incomplete setup in Kerberos, if this is used diff. in version 7.27 than
in 7.19. Only client-side is updated, where as server-side is unchanged.
This appear to be user-specific and not windows-installation related.

On 10-9-2014 23:46 PM, Daniel Stenberg wrote:
> On Wed, 10 Sep 2014, Peterholm wrote:
>
>> updating from 7.19 to 7.27 and having a few users now getting : recv
>> failure. connection was aborted. any ideas ?
>
> What platform are you using? Tell us more about what you're doing when
> this error happens. Protocol details too please.
>
> The error seems to come from Curl_recv_plain() when recv() returns a
> failure, like this:
>
> failf(conn->data, "Recv failure: %s", Curl_strerror(conn, err));
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-09-11