Hi,
We use the gatling version 2.2.5 in our project and observed a strange behaviour. For a https request, it is observed http response status 200, but there was no response body logged to the console. Only the response headers were displayed.
But when I included the regex check for that request, the response body is also logged to the console.
Is the problem with only logging to console? or the response body was not downloaded at all ? Please can you clarify
I am just wondering how a regex can affect the response body?
Thanks,
Bhavani