Re: nsIChannel.Open is blocked in linux
Boris Zbarsky <[email protected]> Tue, 07 Jan 2014 21:50:35 -0500
| Newsgroups | gmane.comp.mozilla.devel.netlib |
|---|---|
| Message-ID | <[email protected]> |
On 1/7/14 6:31 AM, neel patel wrote: > Is there any idea why in Open() call is blocked ? It depends on what the URI is, no? In general, Open() will return once there is some data to read, so if you do this on an HTTP URI to some server that's not responding it might sit there for a while... -Boris