This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new ff85139  Fixed coredump with origin throttling
ff85139 is described below

commit ff85139ee99d3831fd6772c6925d806401373543
Author: Bryan Call <bc...@apache.org>
AuthorDate: Wed Jun 13 16:23:42 2018 -0700

    Fixed coredump with origin throttling
    
    This was broke by: 4e6237562 Remove Congestion Control Feature
---
 proxy/http/HttpSM.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index bf3f852..ed7405a 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -4637,7 +4637,7 @@ void
 HttpSM::send_origin_throttled_response()
 {
   t_state.current.attempts = t_state.txn_conf->connect_attempts_max_retries;
-  // t_state.current.state = HttpTransact::CONNECTION_ERROR;
+  t_state.current.state    = HttpTransact::CONNECTION_ERROR;
   call_transact_and_set_next_state(HttpTransact::HandleResponse);
 }
 

-- 
To stop receiving notification emails like this one, please contact
bc...@apache.org.

Reply via email to