[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-27 Thread Mike Alsup
> i've a client side scrit that do a request to a server the server > sleep for a 10 seconds and the respond, in the client side script i > setup the timeout option at 1 second (1000) and i want to catch the > error thrown (like explained all around the web :) ) > > a bit of code explain better: >

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-27 Thread Stefano Corallo
maybe an $.ajax bug like explained in : http://groups.google.it/group/jquery-en/t/b75f222ac0a68bb2?hl=it On 23 Gen, 09:48, Stefano Corallo wrote: > the cache:false option not work. :( > > On 22 Gen, 20:10, jay wrote: > > > Perhaps the cache:false option is necessary? It adds a timestamp to > >

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-23 Thread Stefano Corallo
the cache:false option not work. :( On 22 Gen, 20:10, jay wrote: > Perhaps the cache:false option is necessary? It adds a timestamp to > the end of the querystring.  The browser may be caching the request > and therefore not showing potential errors.  But then that wouldn't > explain the descrep

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-22 Thread Stefano Corallo
mmm i don't know ... i'll give it a try and let you know...any other idea? It seems that the connection is not closed but the server keep it alive. If i'm not wrong when a timeout occurs the client close the connection right? In the apache way it work and i can see that (thanks firebug), but with

[jQuery] Re: $.ajax timeout and trouble with Microsoft IIS 6

2009-01-22 Thread jay
Perhaps the cache:false option is necessary? It adds a timestamp to the end of the querystring. The browser may be caching the request and therefore not showing potential errors. But then that wouldn't explain the descrepency between apache and iis. On Jan 22, 11:55 am, Stefano Corallo wrote: