-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not consume orphaned message bodies, just warn.
Motivation ---------- In a previous changeset, the HttpMessageDiscardWatchdogServiceFilter has been introduced which tries to proactively clean up orphaned/ discarded message body buffers: This works in some, but not all cases in a reliable fashion. Modifications ------------- Instead of trying to clean up the buffers (which might not work all the time), just WARN into the logs so users can take proactive action to fix their code. The log level has been dropped from ERROR to WARN since it is not a fatal error but still needs to be taken seriously.
- Loading branch information
Showing
3 changed files
with
40 additions
and
43 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
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
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