Opened 13 years ago
Closed 13 years ago
#6323 closed bug (invalid)
Ajax get/post does not complete in Google Chrome on Linux
Reported by: | joe_archer | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 1.4.3 | |
Component: | ajax | Version: | 1.4.2 |
Keywords: | ajax, get, post | Cc: | |
Blocked by: | Blocking: |
Description
I am using $.get to make a simple request to a PHP script which responds with JSON (using the PECL uploadprogress extension to create a progressbar)
In firefox/IE (windows and Linux) this works without issue, however in Google Chrome on Linux, the ajax request never completes (firebug shows the request as active, whereas it completes with as http 200 in firefox)
Note: See
TracTickets for help on using
tickets.
This sounds like it may be something related to plugins you are using. Please triage this on the forum: http://forum.jquery.com. If it turns out to be a jQuery core bug, please reopen this ticket with a test case.