Merged branch 'jetty-9.4.x' into 'master'.

This commit is contained in:
Simone Bordet 2017-10-06 09:03:48 +02:00
commit 77c479d6fb
1 changed files with 2 additions and 1 deletions

View File

@ -391,7 +391,8 @@ public class HttpChannel implements Runnable, HttpOutput.Interceptor
}
else
{
failure.addSuppressed(x);
if (failure != x)
failure.addSuppressed(x);
minimalErrorResponse(failure);
}
}