<div dir="ltr">I believe I've seen commits fly by which intended to fix the behavior, but the last time I used httpc, processes would occasionally get the http reply from a completely different process when run concurrently.  Definitely a WAT moment.  I finally ended up with a fork of lhttpc (<a href="https://github.com/Cloven/lhttpc">https://github.com/Cloven/lhttpc</a>) which was stable, fast, and didn't get mixed up.<div><br></div><div>If I would do it all again today, I would probably start with hackney.  But I would definitely avoid httpc.</div><div> </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 24, 2016 at 2:14 PM, Bernard Duggan <span dir="ltr"><<a href="mailto:bernard@hippware.com" target="_blank">bernard@hippware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span class=""><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 25, 2016 at 2:49 AM, Garrett Smith <span dir="ltr"><<a href="mailto:g@rre.tt" target="_blank">g@rre.tt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I'm interfacing with various OAuth providers within an Erlang application and I need a simple HTTP client. I've poked around the ecosystem and have learned that HTTP clients are the new MySQL clients in terms of which-one-to-freakin-use.<br></div></blockquote></div><br></div></span><div class="gmail_extra">I'd be very interested to know what you turn up, since I'm currently pondering exactly the same problem (OAuth and all). This is probably an absurdly naive question, but for quick-fire simple stuff like this, is there any good reason you're aware of not to just go with httpc? Or is this more just a matter of doing due diligence on the choice?<br><br></div><div class="gmail_extra">Cheers,<br><br></div><div class="gmail_extra">Bernrad<br></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>