This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 0a3cef05a5 Revert "Address HttpSM::attach_server_session crash
(#12325)" (#12387)
0a3cef05a5 is described below
commit 0a3cef05a59a3d933b97546af91c2d51b4e41548
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jul 23 15:31:08 2025 -0500
Revert "Address HttpSM::attach_server_session crash (#12325)" (#12387)
This reverts commit d9ed9841cb9d667780bf8a8bcf30a9a00468ea2e.
This was leading to a crash in tunnel_handler_post_or_put
---
src/proxy/http/HttpSM.cc | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/proxy/http/HttpSM.cc b/src/proxy/http/HttpSM.cc
index 448ff515b8..7c548fa50a 100644
--- a/src/proxy/http/HttpSM.cc
+++ b/src/proxy/http/HttpSM.cc
@@ -2779,9 +2779,6 @@ HttpSM::tunnel_handler_post(int event, void *data)
default:
break;
}
- } else if (p->handler_state == HTTP_SM_POST_SERVER_FAIL) {
- handle_post_failure();
- break;
}
break;
case VC_EVENT_WRITE_READY: // iocore may callback first before send.