diff --git a/proxy/http/HttpSM.cc b/proxy/http/HttpSM.cc index e9e70cda42d..842e09b17ae 100644 --- a/proxy/http/HttpSM.cc +++ b/proxy/http/HttpSM.cc @@ -858,6 +858,7 @@ HttpSM::state_watch_for_client_abort(int event, void *data) ua_entry = nullptr; tunnel.kill_tunnel(); terminate_sm = true; // Just die already, the requester is gone + set_ua_abort(HttpTransact::ABORTED, event); } break; }