-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HttpTimeoutFilter include original timeout on message body timeout (#…
…1494) Motivation: AbstractTimeoutHttpFilter can now apply a timeout on the metadata and the message body level. If the message body level timeout triggers the interval is taken as the user will see a value which is different than the originally supplied timeout duration. Modifications: - Add a MappedTimeoutException that can wrap a TimeoutException and allows for specifying the original timeout value - Remove pre-check conditions on timeout duration which is enforced by the timeout operators. Result: HttpTimeoutFilter exception includes the original timeout duration.
- Loading branch information
1 parent
925142b
commit fb8af44
Showing
1 changed file
with
21 additions
and
12 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