Opened 10 years ago
Closed 10 years ago
#13694 closed bug (cantfix)
Android 2 Galaxy S2 POST request executing twice
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | jaubourg | |
Blocked by: | Blocking: |
Description
http://jsfiddle.net/WsS9N/1/ This bugs is reproducible on this devices with this timeouts:
Samsung Galaxy S2: >30 sec HTC Desire: >60 sec HTC Sensation: >60 sec
http://stackoverflow.com/questions/9526509/xmlhttprequest-double-posting-issue-in-android Could you fix this issue?
Change History (4)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
Bug is reproducable when server doesn't responce in that timeouts and request duplicates. Complete callback is firing after second request has completed.
comment:3 Changed 10 years ago by
Cc: | jaubourg added |
---|
Oh, right. The StackOverflow issue indicates it's happening with bare XMLHttpRequest as well. I'm not sure how jQuery would work around this so I'm inclined to close it cantfix. Julian, any ideas?
comment:4 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
We don't have the resources to debug this. Offhand it seems wrong that you're passing an empty string as JSON, what is the actual response from the server?