On Thu, 28 Jun 2007 16:33:02 -0500, Boris Zbarsky wrote: > Yeah, that would fail. You could put the data into an nsIPipe's output > stream end instead (using writeFrom, perhaps?) and then in OnStopRequest > parse the pipe's input stream end?
Thanks a lot Boris, I did'nt know about this nsIPipe thing... Since I'm not expecting huge documents (max around 1 Mbytes) the full buffering is not a blocking issue. Fabrice _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
