[TIMOB-4496] Implement TiNetworkHTTPClient enableKeepAlive property for Android, to maintain parity with iOS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2017-06-16T22:24:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Paul Dowsett |
Assignee | Ingo Muschenetz |
Created | 2011-06-25T04:34:26.000+0000 |
Updated | 2017-06-16T22:24:25.000+0000 |
Description
The
enableKeepAlive
property was the solution to one user's problem [in the Q&A](http://developer.appcelerator.com/question/120964/sporadic-server-error-a-connection-failure-occurred). As it's currently only available in iOS, implement in Android to maintain parity between platforms.
See [TiNetworkHTTPClientProxy.m#L369](https://github.com/appcelerator/titanium_mobile/blob/master/iphone/Classes/TiNetworkHTTPClientProxy.m#L369) for more info.
Note that a request to document the feature is at TIMOB-4495
Closing ticket due to time passed and lack of progress in the past few years. Any further problems, please file a new ticket.