#6343 closed bug (duplicate)
XMLHttpRequest Leak in IE 7
Reported by: | Daazku | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.4.3 |
Component: | ajax | Version: | 1.4.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The default behavior of jQuery is to create an XMLHttpRequest if the browser support it. But in IE 7 (don't know for other versions) XMLHttpRequest don't release resources until you refresh the page or navigate away.
We should handle that and supply ActiveXObject by default for IE.
Attachments (2)
Change History (3)
Changed 13 years ago by
Attachment: | TestActualjQueryImplementation.html added |
---|
Changed 13 years ago by
Attachment: | TestPossibleFixjQueryImplementation.html added |
---|
Test that fix the leak (Check task manager)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #6242 .
Note: See
TracTickets for help on using
tickets.
Test that show the leak (Check task manager)