I develop application filter plugin with SDK 2006.
This plugin checks HTTP responses.
I tried test from several clients, where from one client IP is opened only
one HTTP connection and downloaded small file from HTTP server.
I have problem with hanging sessions when TCP connection is reset.
When client closes TCP connection gracefully, session is removed from Monitor,
but when client aborts connection with TCP RST, then sessions hangs.
Does exist in SDK some functions for setting session timeout ?
Or is it only responsibility of developer to create some kind of garbage
collector ?
Peter