(the netlib mailing list would've been better, btw)

Andrew Harrison wrote:
I've written a protocol handler for a protocol which is based on an input stream. If this protocol allows sending data as well, via an output stream, then I'm not sure how this works, for example if I wanted firefox to understand the protocol scheme from an html form. Do I need to write an nsITransport implementation? If so, how are these transports registered with firefox?

No, uploads don't work via nsITransport; transports are for things like direct socket I/O. It should be enough for you to implement nsIUploadChannel on the channel that newChannel returns.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to