[AC-1913] TiAPI: Open function on HttpClient is broken
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-08-20T18:58:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | regression, triage |
Reporter | Brenton House |
Assignee | Chris Barber |
Created | 2013-08-13T08:03:49.000+0000 |
Updated | 2016-03-08T07:40:50.000+0000 |
Description
This pull request: https://github.com/appcelerator/titanium_mobile/pull/4229 breaks HttpClient when the open function is called.
The error happens when it hits this line: c = this.__values__.constants,
Unable to get property 'constants' of undefined or null reference
this.__values__ is undefined at this point.
Attachments
File | Date | Size |
---|---|---|
app.js | 2013-08-20T18:59:17.000+0000 | 1603 |
Hi Brenton, Thanks for the report. It would be great if you could provide a simple test case which reproduces the problem. Thanks!
I tested this with the latest 3.2.0 code and it works as expected. I've attached my sample app.js.