rabbah commented on a change in pull request #2676: Change response when entity
is empty from 200 to 204.
URL:
https://github.com/apache/incubator-openwhisk/pull/2676#discussion_r136306610
##########
File path: tests/dat/actions/multipleHeaders.js
##########
@@ -3,6 +3,6 @@ function main() {
headers: {
"Set-Cookie": ["a=b", "c=d"]
},
- code: 200
+ statusCode: 200
Review comment:
That's what the property should have always been. The 'code' is otherwise
ignored.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services