remove unused code (#11459)

This commit is contained in:
earthchen 2023-04-11 22:57:21 +08:00 committed by GitHub
parent f0f01c36c3
commit 6b1de07b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ public final class TripleHttp2ClientResponseHandler extends
@Override
public void channelInactive(ChannelHandlerContext ctx) {
transportListener.cancelByRemote(Http2Error.NO_ERROR.code());
ctx.close();
}