> Before calling asyncOpen().  But actually, all it does is call 
> SetUploadStream()
> at
> http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/docshell/base/nsDocShell.cpp&rev=1.814&mark=6948#6944
> and then nsHttpChannel::SetUploadStream changes the request type to POST 
> itself...
>
Thanks ! That makes it clear.

> The post data is just passed to the channel via SetUploadStream, unless I'm
> misunderstanding the question.
>
I was wondering if there was a possibility of being able to manipulate
the post data
before it went to the server. Will it be available via
onDataAvailable()
method on the listener before it is sent to the server ?

Thanks !

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to