[TIMOB-23735] Android Titanium.Network.HTTPClient Memory (storage) leak
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2018-06-26T22:28:20.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, regression |
Reporter | Sergey Volkov |
Assignee | Gary Mathews |
Created | 2016-08-04T16:24:13.000+0000 |
Updated | 2018-06-26T22:28:20.000+0000 |
Description
ResponseOut files are created in Data directory (not Temp). This files never will be deleted.
[TiHTTPClient.java#L279](https://github.com/appcelerator/titanium_mobile/blob/5_2_X/android/modules/network/src/java/ti/modules/titanium/network/TiHTTPClient.java#L279)
Simple test app is in attachment (tested with 5.2.2.GA).
Attachments
File | Date | Size |
---|---|---|
app.js | 2016-08-04T16:12:10.000+0000 | 2217 |
Hello, Can you try on the latest SDK 5.3.1.GA?
Hello. Same behavior on 5.3.1.
duplicates TIMOB-20367