当我使用no-tls
的默认h2c
协议h2load
时,我发现netty
没有升级,因为h2load
没有发送升级请求。如何为我的http2
netty
服务器的明文 http2
基准进行基准测试?期待您的回复。
此语句返回false
:
io.netty.handler.codec.http.HttpServerUpgradeHandler#isUpgradeRequest
答案 0 :(得分:0)
io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeHandler
窥视入站消息,以通过HTTP升级或先验知识确定当前连接是否要启动HTTP / 2