@ -197,13 +197,9 @@ public class ServletServerHttpResponse extends AbstractServerHttpResponse {
@@ -197,13 +197,9 @@ public class ServletServerHttpResponse extends AbstractServerHttpResponse {
if(logger.isTraceEnabled()){
logger.trace("flush");
}
try{
this.outputStream.flush();
this.flushOnNext=false;
return;
}
catch(IOExceptionignored){
}
this.outputStream.flush();
this.flushOnNext=false;
return;
}
this.flushOnNext=true;
@ -234,10 +230,7 @@ public class ServletServerHttpResponse extends AbstractServerHttpResponse {
@@ -234,10 +230,7 @@ public class ServletServerHttpResponse extends AbstractServerHttpResponse {
@Override
publicvoidonError(Throwableex){
// Error on writing to the HTTP stream, so any further writes will probably
// fail. Let's log instead of calling {@link #writeError}.