You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by bryancall <gi...@git.apache.org> on 2014/12/12 23:10:46 UTC

[GitHub] trafficserver pull request: [TS-1461] traffic_manager should only ...

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

    https://github.com/apache/trafficserver/pull/154#discussion_r21776812
  
    --- Diff: cmd/traffic_manager/traffic_manager.cc ---
    @@ -731,6 +742,13 @@ main(int argc, char **argv)
         }
     
         if (lmgmt->run_proxy && !lmgmt->processRunning()) { /* Make sure we still have a proxy up */
    +      if(sleep_time){
    --- End diff --
    
    1. Put a space before the braces on a conditional.
    2. How does the sleep time get set back to 0 after there had been a successful start of traffic_server?


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