Remove unnecessary finally block
This commit is contained in:
parent
0d76e329a0
commit
7277536ca6
@ -851,10 +851,6 @@ public abstract class AbstractChannel extends DefaultAttributeMap implements Cha
|
||||
if (t instanceof IOException) {
|
||||
close(voidFuture());
|
||||
}
|
||||
} finally {
|
||||
if (!isActive()) {
|
||||
close(unsafe().voidFuture());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!flushNowPending) {
|
||||
|
Loading…
Reference in New Issue
Block a user