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

masaori 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 3cccd2d94 Fix reverting PR#7302 (#8975)
3cccd2d94 is described below

commit 3cccd2d94d73fe9aa8452adaa9fdc30ad9215e84
Author: Masaori Koshiba <[email protected]>
AuthorDate: Fri Jul 22 07:29:20 2022 +0900

    Fix reverting PR#7302 (#8975)
    
    PR#7302 was reverted by PR#8316 as an incompatible change for 9.2.0.
    It looks like the revert commit has a mistake that made a crash by
    calling `HttpSM::send_origin_throttled_response()` twice.
---
 proxy/http/HttpSM.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc
index 813b6032c..35bac199e 100644
--- a/proxy/http/HttpSM.cc
+++ b/proxy/http/HttpSM.cc
@@ -5201,7 +5201,6 @@ HttpSM::do_http_server_open(bool raw)
 
       ct_state.Warn_Blocked(&t_state.txn_conf->outbound_conntrack, sm_id, 
ccount - 1, &t_state.current.server->dst_addr.sa,
                             debug_on && is_debug_tag_set("http") ? "http" : 
nullptr);
-      send_origin_throttled_response();
 
       return;
     } else {

Reply via email to