[flexcoders] Re: How to cancel HTTPRequest?

2009-02-08 Thread Dmitri Girski
Thanks, Marc! --- In flexcoders@yahoogroups.com, hu22hugo hu2h...@... wrote: Once you sent a HTTP request, you cannot cancel it any more from the client side. You could send a second request to the server to cancel the previous request but that can lead to very unpleasant effects, e.g. when

[flexcoders] Re: How to cancel HTTPRequest?

2009-01-30 Thread hu22hugo
Once you sent a HTTP request, you cannot cancel it any more from the client side. You could send a second request to the server to cancel the previous request but that can lead to very unpleasant effects, e.g. when a cancel request arrives before the original one. So either don't fire the