[EMAIL PROTECTED] wrote in message news:<[EMAIL PROTECTED]>...
> Quoting Matthew Wilson <[EMAIL PROTECTED]>:
> 
> > If I register with ?from=text/vnd.wap.wml&to=*/* then I do get the
> > callbacks to my object called (loading a WML file over HTTP from a
> > bookmark).
> > 
> > Is that what you would expect?
> 
> Yep.  The current architecture is that if we can't find a handler for the type
> we look for a way to convert to a type we _can_ handle; we don't know which such
> type to ask for, though, so we ask to convert to */*

And then the converter creates a new nsIChannel with the correct
content type, and passes that to the listener which the converter
recieved during AsyncConvertData - is that right?

If so then I must be doing something wrong, I suppose. All my methods
are being called but I'm not seeing anything coming out.
_______________________________________________
Mozilla-netlib mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-netlib

Reply via email to