Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

onStopRequest

9 views
Skip to first unread message

Hitesh Khamesra

unread,
Feb 14, 2006, 5:23:37 AM2/14/06
to dev-tech...@lists.mozilla.org

Hi All,

 

When does nsHTTPChannel->onStopRequest function called?

 

When its called, is mozilla has whole response with it at that time?

 

Is that function always called ?

 

Thanks,

Hitesh.

Christian Biesinger

unread,
Feb 14, 2006, 9:07:06 AM2/14/06
to dev-tech...@lists.mozilla.org
Hi,

That function is called once all the data from the connection has been
sent to the listener. It is always called. But the whole response is not
kept around. It might be in the cache, but there's no such guarantee.

Hitesh Khamesra

unread,
Feb 15, 2006, 4:50:29 AM2/15/06
to dev-tech...@lists.mozilla.org

Thanks Biesinger, it really helps me.

-Hitesh.

Hi,

_______________________________________________
dev-tech-network mailing list
dev-tech...@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-network

0 new messages