stop async ibrowse request

Max Lapshin max.lapshin@REDACTED
Tue Oct 26 16:38:36 CEST 2010


I make several simultaneous requests to one HTTP URL:

{ibrowse_req_id, Stream} = ibrowse:send_req(URL, Headers, get, [],
[{stream_to,self()},{response_format,binary},{stream_chunk_size,4096}]),


Headers contains different Range for


I've got data, that I need from one request and want to stop it. How to do it?


More information about the erlang-questions mailing list