<br><br>On Sunday, September 8, 2013, Chris King  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>


<div>On Sun, 08 Sep 2013 19:00:20 -0400, Bob Ippolito <<a href="javascript:_e({}, 'cvml', 'bob@redivi.com');" target="_blank">bob@redivi.com</a>> wrote:<br><br><blockquote style="margin:0 0 0.80ex;border-left:#0000ff 2px solid;padding-left:1ex">
It's been a long time since I looked under the hood, but have you looked at lhttpc? It worked well for us when inets httpc did not.</blockquote><div><br></div><div>Hm, that looks good, but does not support asynchronous cancelable requests.  (I do lots of speculative prefetching; I want to be able to cancel not-yet-scheduled requests if they are no longer needed.)  I will keep it in mind though; thanks.</div>
</div></blockquote><div><br></div><div>Async cancelable and synchronous are basically isomorphic in Erlang, just start a process to wrap <span></span>the sync call and kill it if you want to cancel.</div><div><br></div>