-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_tls: Mark connections as dead on POLLHUP.
Connections are already marked as dead on POLLNVAL, but this should also be done on POLLHUP, to prevent looping indefinitely due to continuing to service the session when we shouldn't, until the application layer terminates a TLS session.
- Loading branch information
1 parent
36e3075
commit f8688ff
Showing
1 changed file
with
5 additions
and
2 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