I have a page that contains this snippet
When Gatling 2.1.7 makes the request, I am seeing the following response. Gatling is not handling the “…/” in URL prior to making the request call.
I have a page that contains this snippet
When Gatling 2.1.7 makes the request, I am seeing the following response. Gatling is not handling the “…/” in URL prior to making the request call.
Hi,
This was an AsyncHttpClient bug, it’s fixed now: https://github.com/AsyncHttpClient/async-http-client/issues/1071
Thanks for reporting!