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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---