Matthew Wilson wrote:

Hi,

 I'm seeing some problems using nsIStreamConverter which seem to
indicate some issues when documents exceed a certain size.

 I'm working on a mozdev extension for WML in the browser
(wmlbrowser.mozdev.org) and I register a stream converter from
text/vnd.wap.wml, using XSLT to convert the WML to HTML and sending
the HTML to the browser.

 It basically works pretty well. But when larger documents get loaded
over HTTP, sometimes my component only gets the first chunk of the
document (apparently).

 I get onStartRequest called, then onDataAvailable with only a chunk
of the document, then onStopRequest.

 Is this a known problem, or should I raise a bug on it? Are there
any useful debug logs I could produce?




this is not a known problem AFAIK. can you provide a reduced test case and/or provide a HTTP log using instructions found here:


http://mozilla.org/projects/netlib/http/http-debugging.html

thx
-darin

_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to