Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-9882] Android: HTTPClient send() and ready states behavior inconsistent with other platforms.

GitHub Issuen/a
TypeBug
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 2.1.0
Fix Version/sn/a
ComponentsAndroid
Labelsapi, parity
ReporterJosh Roesslein
AssigneeUnknown
Created2012-07-05T12:07:17.000+0000
Updated2018-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".

Comments

No comments

JSON Source