Merge pull request #5790 from eclipse/jetty-9.4.x-5785-WebSocketWarning

remove warning log message on CompressExtension failure
This commit is contained in:
Lachlan 2020-12-18 18:11:47 +11:00 committed by GitHub
commit 5611c2daa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -433,7 +433,6 @@ public abstract class CompressExtension extends AbstractExtension
notifyCallbackFailure(current.callback, x);
// If something went wrong, very likely the compression context
// will be invalid, so we need to fail this IteratingCallback.
LOG.warn(x);
super.failed(x);
}