You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Prerequisites
If all checks are not passed then the issue will be closed
Operating System: Operating system name and version
Windows 10
Release Version: Release version or branch where the issue occurred
03.05.06
Issue
Explain your issue. Add any screenshots here
If an exception is thrown in
#handlethe connection will not be deleted, despite being handled. This can cause ghost connections.simplehttpserver/src/main/java/com/kttdevelopment/simplehttpserver/handler/ThrottledHandler.java
Lines 43 to 51 in 77e9449
Expected Behavior
Explain what was supposed to happen
Connections should be deleted after handle (use a try finally).
Steps To Reproduce
Explain how and/or when the error occurred
Throw an exception in throttled handler.