[patch][cla][test] request/node does not call reject if http response code is >=400
Reported by: |
leoh |
Owned by: |
dylan |
Priority:
|
high
|
Milestone:
|
1.11
|
Component:
|
IO
|
Version:
|
1.10.4
|
Keywords:
|
|
Cc:
|
|
Blocked By:
|
|
Blocking:
|
|
Using request/node in a node environment I would expect that if the http error code is >=400 the reject method of the corresponding deferred is being called. The the http status code is completely discarded in request/node.
Change History (6)
Component: |
General →
IO
|
Owner: |
set to Bryan Forbes
|
Milestone: |
tbd →
1.11
|
Priority: |
undecided →
high
|
Summary: |
request/node does not call reject if http response code is >=400 →
[patch][cla][test] request/node does not call reject if http response code is >=400
|
Owner: |
changed from Bryan Forbes to dylan
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
https://github.com/dojo/dojo/pull/137