Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit633c3c5

Browse files
committed
nit
1 parent8dae6b6 commit633c3c5

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
publicvoidcloseChannel(Channelchannel) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp