-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UNDERTOW-2125] At ReadTimeoutStreamSourceConduit, skip expiration if…
… connection is not open. Also: - prevent unneeded duplicate scheduling by checking if handle is null before rescheduling - make handle volatile and properly synchronize with a double check when rescheduling timeout expiration - [UNDERTOW-2083] calculate the elapsed time in the expiration properly when throwing the timeout exception Signed-off-by: Flavia Rainone <frainone@redhat.com>
- Loading branch information
Showing
1 changed file
with
30 additions
and
15 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