bryancall commented on a change in pull request #7142:
URL: https://github.com/apache/trafficserver/pull/7142#discussion_r488118370



##########
File path: proxy/http/HttpSM.cc
##########
@@ -4936,6 +4936,12 @@ HttpSM::do_http_server_open(bool raw)
       call_transact_and_set_next_state(HttpTransact::Forbidden);
       return;
     }
+
+    if (HttpTransact::is_server_negative_cached(&t_state) == true &&
+        t_state.txn_conf->connect_attempts_max_retries_dead_server < 0) {

Review comment:
       0 means that it will retry 1 time.  I didn't change the current 
difficult to understand behavior (see above @maskit comment).




----------------------------------------------------------------
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:
[email protected]


Reply via email to