Merge pull request #5790 from eclipse/jetty-9.4.x-5785-WebSocketWarning
remove warning log message on CompressExtension failure
This commit is contained in:
commit
5611c2daa2
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue