You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/21 16:29:49 UTC

[GitHub] akrabat opened a new issue #3321: __ow_body should always be a string (or null?)

akrabat opened a new issue #3321: __ow_body should always be a string (or null?)
URL: https://github.com/apache/incubator-openwhisk/issues/3321
 
 
   Given an action created with the `--web raw` parameter, a request with no body results in `__ow_body` being set to an empty array, otherwise it's a string.
   
   This is a nuisance as it changes type. I think that it should either be an empty string or null for this situation.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services