You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by jpeach <gi...@git.apache.org> on 2016/11/01 03:26:16 UTC

[GitHub] trafficserver pull request #1073: TS-4399 TS-4400 Management API messes up p...

Github user jpeach commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1073#discussion_r85870712
  
    --- Diff: mgmt/LocalManager.cc ---
    @@ -189,6 +189,7 @@ LocalManager::LocalManager(bool proxy_on) : BaseManager(), run_proxy(proxy_on),
       proxy_launch_outstanding  = false;
       mgmt_shutdown_outstanding = MGMT_PENDING_NONE;
       proxy_running             = 0;
    +  coreapi_sleep             = true;
    --- End diff --
    
    As mentioned in the other comment, I think we can get away without this.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---