markusthoemmes 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_r136289759
##########
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:
Is this a breaking change wrt. the users? (The code itself doesn't appear
so, just asking for extra confidence)
----------------------------------------------------------------
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