EarthChen commented on code in PR #10395:
URL: https://github.com/apache/dubbo/pull/10395#discussion_r935058143
##########
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleHttp2Protocol.java:
##########
@@ -170,6 +171,6 @@ public void configClientPipeline(URL url, ChannelPipeline
pipeline, SslContext s
.build();
final Http2MultiplexHandler handler = new Http2MultiplexHandler(
new TripleClientHandler(frameworkModel));
- pipeline.addLast(codec, handler, new TripleTailHandler());
+ pipeline.addLast(new TelnetHeaderConsumer(), codec, handler, new
TripleTailHandler());
Review Comment:
why add it here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]