fail future before firing exception event

This commit is contained in:
bgallagher 2013-09-09 15:20:44 -04:00 committed by Trustin Lee
parent df97732483
commit a512c099ca

View File

@ -198,8 +198,8 @@ final class DefaultLocalChannel extends AbstractChannel implements LocalChannel
break;
}
fireExceptionCaught(this, cause);
e.getFuture().setFailure(cause);
fireExceptionCaught(this, cause);
}
}
}