Skip to content

Commit 633c3c5

Browse files
committed
nit
1 parent 8dae6b6 commit 633c3c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,9 @@ public void close() {
308308
if (allowReleaseEventLoopGroup) {
309309
eventLoopGroup.shutdownGracefully(config.getShutdownQuietPeriod(), config.getShutdownTimeout(), TimeUnit.MILLISECONDS)//
310310
.addListener(future -> doClose());
311-
} else
311+
} else {
312312
doClose();
313+
}
313314
}
314315

315316
public void closeChannel(Channel channel) {

0 commit comments

Comments
 (0)