Re: XML-RPC in FF 1.5 Beta2
Lauri Korts-Pärn <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
On Mon, 24 Oct 2005 12:27:14 +0200, greg wrote: > Hello everyone. Does anyone of you use xmlrpc in FF1.5 ? i have piece of > code that using xml-rpc and it is works fine on firefox 1.0.7 but when i > moved to firefox 1.5 the problem starts. It looks like stream is not > completly on all I see is the exception: c, the code work fine on > firefox1.0.7 but when i used on FF1.5Beta2 it generate error: 0x80470002 > (NS_BASE_STREAM_CLOSED) [nsIScriptableInputStream.available] As a solution to this error I have been using components/nsXmlRpcClient.js from mozblog.mozdev.org site.. * $Id: nsXmlRpcClient.js,v 1.5 2003/07/09 03:42:19 paullacourse Exp $ but... this piece of code seems also to be more than 2 years old.. :-\ and obviously not free of bugs, not to mention, seemingly unmaintained: http://mozblog.mozdev.org/bugs.html https://bugzilla.mozilla.org/show_bug.cgi?id=314724