<div dir="ltr">Hi,<div><br><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>On Mon, Jan 18, 2016 at 3:56 PM, Olle E. Johansson <span dir="ltr"><<a href="mailto:oej@edvina.net" target="_blank">oej@edvina.net</a>></span> wrote:<br></div></div></blockquote><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div>I would like to see if we can merge this work with my curl module instead of having yet another HTTP interface (we already have too many). Daniel Stenberg, the author of Curl, has indicated that having multiple libCurl bindings in the same process is not a good thing, especially if we use HTTPS and have multiple OpenSSL initialisations.</div><div><br></div><div>If it’s too far from the CURL module maybe it can use the CURL API that Hugh created and depend on curl. </div><div><br></div></div></blockquote><div> </div><div>I agree that it would be good to have a single HTTP interface but the curl's handlers management done with the multi interface is really different and even the API is not enough. Maybe we could have a module offering two way of working: one using classic (single) easy handlers and the other using multi interface and async processing. It would be a good piece of work anyway :)   </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div></div><div>If it’s impossible, we should propably make a note that one should use one, not both modules, in the same configuration. If that’s the way forward, please steal the </div><div>pseudovariable I implemented to catch the return codes from curl and possibly some of the modparams. :-)</div></div></blockquote><div><br></div><div>I agree also on updating the documentation (at least for the moment until we find if there's a way to have a single module) and borrowing pv and modparams from the CURL module :)</div><div>Thanks for the feedback!</div><div><br></div><div>Cheers,</div><div><br></div><div>Federico</div></div></div></div><div class="gmail_extra"><br></div></div></div>