maskit commented on issue #12473: URL: https://github.com/apache/trafficserver/issues/12473#issuecomment-3228803781
When the client connection gets closed, the origin connection gets closed at the same time. ``` [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <HttpSM.cc:2648 (main_handler)> (http) [5] VC_EVENT_EOS/TS_EVENT_VCONN_EOS, 104 [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <HttpSM.cc:849 (state_watch_for_client_abort)> (http) [5] [&HttpSM::state_watch_for_client_abort, VC_EVENT_EOS/TS_EVENT_VCONN_EOS] [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <Http1ClientSession.cc:275 (do_io_close)> (http_cs) [19] session closed [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <HttpSM.cc:8840 (clear)> (http_redirect) [PostDataBuffers::clear] [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <Http1ServerSession.cc:125 (do_io_close)> (http_ss) [20] session close: nevtc 0x13078b880 [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <HttpSM.cc:7587 (kill_this)> (http_seq) [5] Logging transaction [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <Http1ClientSession.cc:83 (destroy)> (http_cs) [19] session destroy [Aug 26 18:53:41.908] [ET_NET 0] DIAG: <HttpSM.cc:7636 (kill_this)> (http) [5] deallocating sm ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
