[TIMOB-9882] Android: HTTPClient send() and ready states behavior inconsistent with other platforms.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 2.1.0 |
Fix Version/s | n/a |
Components | Android |
Labels | api, parity |
Reporter | Josh Roesslein |
Assignee | Unknown |
Created | 2012-07-05T12:07:17.000+0000 |
Updated | 2018-02-28T20:03:26.000+0000 |
Description
The Android HTTPClient currently supports calling send() any time even if
a request is currently pending. We should not allow send() to be called if the ready state
is not "OPEN".
We should also make sure our ready state transitions match up with the other platforms.
Ex: make sure the ready state changes to OPEN once the request is done.
We need to document any of this behavior once it has been determined what is "correct".
No comments