[TIMOB-11874] Android & iOS: PersistentHttpClient
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Core |
Labels | n/a |
Reporter | Martin Guillon |
Assignee | Unknown |
Created | 2012-10-08T13:02:27.000+0000 |
Updated | 2018-02-28T20:03:48.000+0000 |
Description
*Feature description*
In a project of mine I needed a persistent HTTP connection (called comet session). The existing HttpClient doesn't support persistent connection (continuous ondatastream). So I implemented a PersistentHttpClient.
*Pull request*
https://github.com/appcelerator/titanium_mobile/pull/2844
No comments