You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/21 10:06:54 UTC

[GitHub] style95 commented on issue #1790: Make OW run with docker for mac

style95 commented on issue #1790: Make OW run with docker for mac
URL: https://github.com/apache/incubator-openwhisk/pull/1790#issuecomment-310032702
 
 
   In this pr, it keeps current logic but just changed its client; keeps `HttpUtils` for production, and uses another http client(AkkaHttpUtils -> play-ws) for tests.
   
   If it is desirable to switch to `HttpUtils` for tests as well, I could do this.
   But since this pr is too long and not that readable, I will open another pr.
   
   Regarding  migration from `Apache HTTP` to `Akka-Http`, there is [on-going PR](https://github.com/akka/akka-http/issues/115) to support proxy in `Akka-Http`.
   
   Once it is merged, we can gladly take advantage of it.
   (If required, I will contribute to it as well)
 
----------------------------------------------------------------
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