Merged branch 'jetty-9.4.x' into 'master'.
This commit is contained in:
commit
77c479d6fb
|
@ -391,7 +391,8 @@ public class HttpChannel implements Runnable, HttpOutput.Interceptor
|
|||
}
|
||||
else
|
||||
{
|
||||
failure.addSuppressed(x);
|
||||
if (failure != x)
|
||||
failure.addSuppressed(x);
|
||||
minimalErrorResponse(failure);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue