[#1722] ChunkedWriteHandler.doFlush(...) should not call fireExceptionCaught(..)
This commit is contained in:
parent
72395bf400
commit
c1d787bff7
@ -241,17 +241,6 @@ public class ChunkedWriteHandler
|
||||
}
|
||||
|
||||
currentWrite.failAndRecycle(t);
|
||||
if (ctx.executor().inEventLoop()) {
|
||||
ctx.fireExceptionCaught(t);
|
||||
} else {
|
||||
ctx.executor().execute(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
ctx.fireExceptionCaught(t);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
closeInput(chunks);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user