Anton Serputko
Anton Serputko
Can we measure how long http2 async controller took to execute? right now if i add it to transaction controller it add all response times, i'd like to have something...
Pre-processors are executed twice for requests inside HTTP2 async controller, see the screenshot below Looks like pre processor is executed before sending the requests and then one more time after...
While debugging http2 plugin I found that parameters of SETTINGS frame are different for chrome, jmeter and server and there is no ability to configure them. At the same time...