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 2019/05/28 11:53:36 UTC

[GitHub] [incubator-openwhisk] rabbah edited a comment on issue #4494: Akka http client responds HEAD request as GET

rabbah edited a comment on issue #4494: Akka http client responds HEAD request as GET
URL: https://github.com/apache/incubator-openwhisk/pull/4494#issuecomment-496476086
 
 
   I agree this is a bug - the intended behavior is for the HEAD to reach the function just like OPTIONS. You'll need a _system_ level tests (in `WskWebActionsTests`) that "curls" (i.e., makes an HTTP request to) the web action. I tested this patch locally and don't see a difference in behavior (a GET is posted with and without the patch). So +1 from me to include a test in this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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