Side navigation
#5756 closed bug (duplicate)
Opened January 05, 2010 12:09PM UTC
Closed January 06, 2010 12:07AM UTC
jQuery 1.3.2 document.ready() event does not fire with persistent proxy connections
Reported by: | censornet | Owned by: | brandon |
---|---|---|---|
Priority: | critical | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | ready | Cc: | |
Blocked by: | Blocking: |
Description
We develop a web proxy server which impliments client side HTTP persistent connections. This seems to cause a bug in jQuery's docuemnt.ready() event handling, resulting in it failing to fire while the persistent connection (socket) to the proxy server from the web browser remains open.
This results in web pages which use the document.ready() event failing to load until the socket times-out and closes.
I have attached a packet capture file (pcap) which can be opened with the free Wireshark network protocol analyser. It shows the browser using a persistent connection to make requests to the proxy server which (as expected) remains open at the end of the transactions. This (I think) is the cause of the problem in jQuery's ready event handling logic.
Attachments (0)
Change History (1)
Changed January 06, 2010 12:07AM UTC by comment:1
resolution: | → duplicate |
---|---|
status: | new → closed |
Dup of #5757 which has the attachment.