Is it possible with Gatling to control the underlying HTTP
connection ?
In my case, I would like:
- to have one persistent connection to the server each time a
scenario is launched (if I launch 10 times the scenario I will have 10
HTTP connections).
- to be able to control its expiration duration
Thanks