JMeter - HTTP2 请求不保存 MD5 哈希

JMeter - HTTP2 Request doesn't save MD5 hash

我正在提交 HTTP2 请求并检查 Save response as MD5 hash?

HTTP2 RequestHTTP2 Request Defaults 中都尝试过,但响应不是 MD5,只显示正常响应

我尝试使用侦听器查看它:View Result Tree Http2View Result Tree

它是在某种程度上起作用还是丢失了?

我也尝试将协议更改为 http 但它被忽略了(使用 https)

  1. 您不能将响应数据保存为 MD5 散列,因为asynchronous nature of the responses, if for some reason you want the response hash you can tick Synchronized Request box and use i.e. JSR223 PostProcessor or __digest() function 计算响应的散列以供以后重用
  2. 我认为您不能使用 HTTP 协议,因为 HTTP2 采样器依赖于 alpn-boot library which assumes TLS transport

更多信息:The New HTTP/2 Plugin for JMeter