Side navigation
#13694 closed bug (cantfix)
Opened March 28, 2013 09:12PM UTC
Closed April 18, 2013 02:43AM UTC
Android 2 Galaxy S2 POST request executing twice
Reported by: | svizev.igor@gmail.com | Owned by: | svizev.igor@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.1 |
Keywords: | Cc: | jaubourg | |
Blocked by: | Blocking: |
Description
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?
Attachments (0)
Change History (4)
Changed April 04, 2013 06:49PM UTC by comment:1
owner: | → svizev.igor@gmail.com |
---|---|
status: | new → pending |
Changed April 04, 2013 06:55PM UTC by comment:2
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.
Changed April 04, 2013 07:01PM UTC by comment:3
cc: | → jaubourg |
---|
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?
Changed April 18, 2013 02:43AM UTC by comment:4
resolution: | → cantfix |
---|---|
status: | new → closed |
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?