如何使用h2load对基于Netty的http2服务器进行基准测试?

时间:2018-07-19 08:02:13

标签: netty benchmarking http2 nghttp2

当我使用no-tls的默认h2c协议h2load时,我发现netty没有升级,因为h2load没有发送升级请求。如何为我的http2 netty服务器的明文 http2基准进行基准测试?期待您的回复。

此语句返回false

io.netty.handler.codec.http.HttpServerUpgradeHandler#isUpgradeRequest

1 个答案:

答案 0 :(得分:0)

io.netty.handler.codec.http2.CleartextHttp2ServerUpgradeHandler.PriorKnowledgeHandler 窥视入站消息,以通过HTTP升级或先验知识确定当前连接是否要启动HTTP / 2