Re: nsIChannel Open() call goes into hanging state
Neil <[email protected]> Fri, 06 Dec 2013 09:36:47 +0000
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > nsIChannel *channel; > rv = ios->NewChannel(nsUri, NULL, NULL, &channel); > > // Now, open the IO channel to an input stream form which we'll get the data > nsIInputStream *is; > rv = channel->Open(&is); > OK, so what is the value of nsUri? -- Warning: May contain traces of nuts.