V2.0.0-M3a - NettyAsyncHttpProvider question

Hi,

we’ve just migrate to the last milestone and i got a little strange problem.

In my simulation the same request hit 120 times with a OK and 9 times with a KO with the stack below that i’m enable to understand, if anyone can help on this.

thanks by advance.

Ludovic

That’s because your server decided to close the connection, maybe because its been idle for too long, or maybe for another reason, like it being overloaded.
You can have Gatling automatically retry to connection with the retry parameter in gatling.conf. The default value is currently 0 (no retry), but might change.

Cheers,

Stéphane