easy: Increment engine reference in curl_easy_duphandle
When external programs (such as git) try to set the SSL engine,
they set the engine in the default handle but subsequently (if
using multi) obtain a duplicate handle to do the actual work.
curl_easy_duphandle did not do anything with state.e
On 23 April 2013 17:28, Ceri Davies wrote:
[...]
> I do not use https, just regular http.
> mutex callbacks sound interesting, what are they, are they only relevant to
> https?
The mutex callbacks are only relevant to SSL/TLS (and therefore HTTPS).
--
Michael Wood
-
Daniel Stenberg haxx.se> writes:
>
> On Fri, 19 Apr 2013, Ceri Davies wrote:
>
> > I'm an experienced programmer but new to curl. I have implemented a fuse
> > filesystem that send notifications on open/close mkdir/rmdir events via
curl
> > to a web logic server, by emulating a SOAP/XML re
Hi Mark,
On Tue, 23 Apr 2013, mwt Bigpond wrote:
> Thanks for your quick response to my problem on large attachments
> in Curl SMTP.
Your welcome.
> I now chunk up to Curl max buffer size in the callback, and it works fine!
Cool - Glad you got things working.
Kind Regards
Steve
---