Monitors Hunchentoot web server connections and logs those stuck in the same state for extended periods.
This Common Lisp library monitors Hunchentoot web server connections and logs connections that remain stuck in the same state for a long time. It helps prevent thread and socket leakage by detecting problematic connections that standard IO timeouts may miss, such as those in TLS mode or during slow request attacks.
The project addresses edge cases in web server resource management where standard timeout mechanisms fail, providing a safety net for production deployments without interfering with legitimate long-lived connections like long polling endpoints.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.