Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-17445] TiAPI: HttpClient abort not consistent across platforms

GitHub Issuen/a
TypeBug
PriorityHigh
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsTiAPI
Labelsandroid, ios, parity
ReporterDan Tamas
AssigneeUnknown
Created2014-08-01T18:48:15.000+0000
Updated2018-02-28T20:04:22.000+0000

Description

Calling abort on the httpClient behaves different on android vs ios * iOS: the client simply stops, there is no event triggered (it should trigger a **onreadystatechange** as [~cbarber] said) * Android: the client stops after a while, the ondatastream event still triggers a few more times and then the **onsuccess** event is triggered.

Comments

No comments

JSON Source