You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing a simple HTTP service using the above JMeter script. I captured the traffic using Wireshark.
After upgrading to HTTP, the connection is used for only one HTTP 2 request.
I expected the plugin to reuse the same connection for multiple HTTP 2 requests.
Could this be a bug or am I missing some configuration?
I tried manually setting httpJettyClient.maxConcurrentAsyncInController=200 but it had no effect.
Not only it doesn't reuse the connection, it also holds the connection for 20 seconds without any traffic, consuming resources.
Additionally, is it possible to use HTTP 2 from the initial request (instead of upgrading), ie curl with --http2-prior-knowledge behaviour?
The text was updated successfully, but these errors were encountered:
helloworld.zip
test-threads.jmx.zip
I am testing a simple HTTP service using the above JMeter script. I captured the traffic using Wireshark.
After upgrading to HTTP, the connection is used for only one HTTP 2 request.
I expected the plugin to reuse the same connection for multiple HTTP 2 requests.
Could this be a bug or am I missing some configuration?
I tried manually setting
httpJettyClient.maxConcurrentAsyncInController=200
but it had no effect.Not only it doesn't reuse the connection, it also holds the connection for 20 seconds without any traffic, consuming resources.
Additionally, is it possible to use HTTP 2 from the initial request (instead of upgrading), ie curl with
--http2-prior-knowledge
behaviour?The text was updated successfully, but these errors were encountered: