zhouchangxun/ngx_healthcheck_module

healthcheck server status down not closing active TCP connections

m-cieslinski opened this issue · 0 comments

Hi,

Thanks for an amazing module. I have a question about closing existing TCP connections.
Is this the expected behavior that if the server health check shows "down" it only closes new / incoming connections but leaves open (active tcp connections)?

Obviously it works fine for UDP where there is no session mechanism.