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 2020/08/29 14:56:16 UTC

[GitHub] [openwhisk] rabbah commented on a change in pull request #4957: improve http graceful termination

rabbah commented on a change in pull request #4957:
URL: https://github.com/apache/openwhisk/pull/4957#discussion_r479657343



##########
File path: common/scala/src/main/scala/org/apache/openwhisk/http/BasicHttpService.scala
##########
@@ -156,24 +163,50 @@ trait BasicHttpService extends Directives {
 }
 
 object BasicHttpService {
+  implicit val tid = TransactionId(systemPrefix + "http_service")
+  //start with ready true
+  protected[http] var ready = true

Review comment:
       is this used for anything?




----------------------------------------------------------------
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