forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This condition could happen when a TLS secured connection had a lot of data written to it very fast from an event loop thread. The problem was that there was a race condition on the registration of the drain handler, which then resulted in the pending data never being written out. The fix is to always register the drain handler Resolves: quarkusio#37807
- Loading branch information
Showing
1 changed file
with
39 additions
and
29 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