remove unused code (#11459)
This commit is contained in:
parent
f0f01c36c3
commit
6b1de07b91
|
|
@ -79,7 +79,6 @@ public final class TripleHttp2ClientResponseHandler extends
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void channelInactive(ChannelHandlerContext ctx) {
|
public void channelInactive(ChannelHandlerContext ctx) {
|
||||||
transportListener.cancelByRemote(Http2Error.NO_ERROR.code());
|
|
||||||
ctx.close();
|
ctx.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue