Blazemeter / jmeter-http2-plugin

HTTP2 plugin for Apache JMeter
Apache License 2.0
46 stars 27 forks source link

Connections are not changing on changing the value of `httpJettyClient.maxConnectionsPerDestination` in jmeter.properties and user.properties. #75

Open heysarthak opened 2 months ago

heysarthak commented 2 months ago

Hi Team,

The default value of httpJettyClient.maxConnectionsPerDestination is 1. i tried changing it some other value as described in jmeter.properties and user.properties. but the connections being formed are same i.e. 1 connection per http client.

Regards Sarthak

heysarthak commented 2 months ago

Hi @3dgiordano,

can you explain, why is it so?