cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-1208346 ] curl_easy_init failed

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Wed, 25 May 2005 03:39:10 -0700

Bugs item #1208346, was opened at 2005-05-25 12:17
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1208346&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: wrong behaviour
Status: Open
>Resolution: Works For Me
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: curl_easy_init failed

Initial Comment:
I have an application which uses curl to post xml data.

The application is multithreaded. Each time a xml is
posted a new session handle is created by
curl_easy_init and after the post is performed
(curl_easy_perform) the handle is closed with
curl_easy_cleanup.

This works fine for some messages, but after a certain
time the curl_easy_init returns 0 for every call.

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2005-05-25 12:39

Message:
Logged In: YES
user_id=1110

This is next to no info at all.

What libcurl version?
What OS?

Can you provide an example source that makes this happen
with libcurl 7.14.0 ?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=1208346&group_id=976
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-tracker
Received on 2005-05-25

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET