Re: nsIChannel.Open is blocked in linux

Boris Zbarsky <[email protected]> Wed, 08 Jan 2014 01:05:26 -0500
Newsgroups gmane.comp.mozilla.devel.netlib
Message-ID <[email protected]>
On 1/8/14 1:01 AM, neel patel wrote:
> But is there another way to implement open call ?

Use AsyncOpen and not have to deal with the broken mess that is trying 
to do sync reads on fundamentally async resources?

-Boris