Tags: felayman/gatling
Tags
Eagerly copy response body bytes when using a poller, close gatling#3822 Motivation: When using a poller, checks processing is performed asynchronously in an Actor, so ByteBufs have already been relased and we get a IllegalReferenceCountException. Modifications: Eagerly copy ByteBufs content into a byte array. Result: No more IllegalReferenceCountException when applying body check on a poller request.
Make Series non final for now as it's extended in highcharts module Make
PreviousNext