cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: aborted

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 10 Sep 2014 23:46:28 +0200 (CEST)

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));

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
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-10