cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem: winsock 10053

From: Jogeshwar Karthik Akundi <ajkarthik_at_gmail.com>
Date: Wed, 15 Sep 2010 14:56:16 +0530

On Wed, Sep 15, 2010 at 8:33 AM, Jogeshwar Karthik Akundi <
ajkarthik_at_gmail.com> wrote:

> On Wed, Sep 15, 2010 at 3:42 AM, Daniel Stenberg <daniel_at_haxx.se> wrote:
>
>> On Tue, 14 Sep 2010, Jogeshwar Karthik Akundi wrote:
>>
>> We use curl in HTTPS and CONNECT_ONLY option to connect to our server.
>>> After the connection is established, we send our custom data over the wire.
>>>
>>> In case of some of our clients, the amount of data uploaded to server is
>>> being pretty huge (200 MB in one hour around).
>>>
>>> They are frequently facing the problem of winsock 10053.
>>>
>>
>> At what point? You mean while connecting?
>>
>> No, It happens after the connection is established and data goes for a
> while.
>
>
>> And if you wireshark the TCP connection, does it reveal anything strange
>> at all?
>>
>
> Actually, this happened on customer machines, so we couldn't do this kind
> of stuff
>
>>
>> 10053 is WSAECONNABORTED: "An established connection was aborted by the
>> software in your host computer, possibly due to a data transmission
>> time-out
>> or protocol error."
>>
>> ... but I don't get any clues from that description! :-(
>>
>> From what I could understand, this means more of a network error than our
> client error (you mentioned it to some one in another post :) ) and also the
> socket would be unusable going ahead, so any form of retry on the same
> socket wouldn't be possible. We are trying to investigate and see if there
> is some glitch on the server or ISP side which could be causing this.
>

To give an update, we did some traffic shaping with our servers recently and
we think that could be the reason for this error. we have now removed it and
have kept this issue under observation.

> --
>>
>> / daniel.haxx.se
>> -------------------------------------------------------------------
>> List admin: http://cool.haxx.se/list/listinfo/curl-library
>> Etiquette: http://curl.haxx.se/mail/etiquette.html
>>
>
>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-09-15