Skip to content

Commit cab08eb

Browse files
committed
nit
1 parent 9bb0b68 commit cab08eb

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
@@ -361,8 +361,9 @@ public void close() {
361361
if (allowReleaseEventLoopGroup) {
362362
eventLoopGroup.shutdownGracefully(config.getShutdownQuietPeriod(), config.getShutdownTimeout(), TimeUnit.MILLISECONDS)//
363363
.addListener(future -> doClose());
364-
} else
364+
} else {
365365
doClose();
366+
}
366367
}
367368

368369
public void closeChannel(Channel channel) {

0 commit comments

Comments
 (0)