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

    https://github.com/apache/trafficserver/pull/1299#discussion_r103735621
  
    --- Diff: proxy/http/HttpTransact.cc ---
    @@ -3571,11 +3571,7 @@ HttpTransact::handle_response_from_parent(State *s)
           ink_assert(s->hdr_info.server_request.valid());
     
           s->current.server->connect_result = ENOTCONN;
    -      // only mark the parent down in hostdb if the configuration allows 
it,
    -      // see proxy.config.http.parent_proxy.mark_down_hostdb in 
records.config.
    -      if (s->txn_conf->parent_failures_update_hostdb) {
    -        s->state_machine->do_hostdb_update_if_necessary();
    -      }
    +      s->state_machine->do_hostdb_update_if_necessary();
    --- End diff --
    
    yeah it is, see https://github.com/apache/trafficserver/pull/1464 merged 
about a week ago.  


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

Reply via email to