-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⏰ Time out connections that don't auth (#27)
Fixes #26 This change will time out connections that don't finish their TLS handshake within a set time, preventing the server from getting hung up trying to negotiate dead connections. Eventually we should negotiate these connections without blocking the `accept` thread, but there would be a non-trivial amount of work to update the tests to the new behavior.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters