HighDots Forums  

timeout issues with XMLHttp object under some versions of firefox

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss timeout issues with XMLHttp object under some versions of firefox in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bearclaw
 
Posts: n/a

Default timeout issues with XMLHttp object under some versions of firefox - 11-06-2005 , 01:18 PM






Hi.
I am using the XMLHttp object to make an asynchronous request to a php
script.
The idea is that the script does not respond immediately but only when new
data is available. The connection is left open with nothing being sent on
it.
It works fine with opera and konqueror even with delays of about a minute,
but fails with some version of firefox (1.0.7 linux at least): the
onreadystatechange callback function is never called when the delay is
above around 10 seconds, although ethereal shows me that the data is sent
by the server.

Is this a known bug? Is there at least a way to be informed that a timeout
occured?

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.