cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Issue with Curl_Transfer()

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Tue, 22 Jul 2008 15:01:29 -0700

On Tue, Jul 22, 2008 at 02:44:43PM -0700, Vinod Kone wrote:
> I am using libcurl in my C++ project. I have the following issue.
>
> The basic idea is to use libcurl to do live audio streaming from websites.
>
> When I have a DSL cable connection, the curl_transfer is working properly and
> it never returns (because its essentially infinite stream).
>
> But when I use a cellular pc card connection, curl_transfer returns almost
> immediately and I get a message "connection left intact". I think this is
> because of some timeout values that libcurl uses?
>
> Could someone let me know how should I go about resolving this issue. I tried
> going through the libcurl code, but couldnt pinpoint the issue so far.

Try enabling logging to see what's going on with the
connection. "connection left intact" implies that the transaction was
completed, i.e. that it did end. Could there be a proxy getting in the
way?

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2008-07-23