Sabeeh
05/20/2020, 2:37 PM7171
and when i run following command ss -ant | grep :7171 | wc -l
numbers not change even if try after an few hours and no more new request coming. I think ktor using something like keep alive and also http2 for keeping connection pool but its keep increasing after 1 days connections go to 20k+ and server stop working. I tested same thing with my php project with apache project that is working fine without any issue and all connections close immediately when stop apache. Is there any thing I'm doing wrong or can i change to close connection when request complete?