[TIMOB-9530] MobileWeb: Ti.Network.HTTPClient open() async param doesn't default to true
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-06-13T21:00:49.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-12 MW |
Components | MobileWeb |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-06-13T20:34:01.000+0000 |
Updated | 2017-03-03T23:57:57.000+0000 |
Description
The 3rd argument to open() is the async flag. If the flag is not explicitly set to false, async should be true.
Pull request: https://github.com/appcelerator/titanium_mobile/pull/2390 Test with KitchenSink.
Closing ticket as MobileWeb is no longer supported.