Hi.
Please teach me.
How to detect HTTP connection closed by the client before sending a response?
If I detect it, I want to notify it to subsequent application that work with the echo server.
I want to check the status of the HTTP connection from middleware function code, but ican't do it well.
Thank you.