From 14f7a7cc6be7eb480b988c801849b7c112955dfb Mon Sep 17 00:00:00 2001 From: Masaori Koshiba Date: Thu, 21 Jul 2022 23:15:39 +0900 Subject: [PATCH] Fix reverting PR#7302 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 813b6032cde..35bac199e76 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 {