Configure max frame length of websocket transport

Is this configuration supported anywhere?

It seems that gatling’s underlying websocket client (netty) chokes on responses longer than 10240 bytes.

Relevant components:
-io.gatling.http.ahc.HttpEngine
-ning
-netty

Particularly, this:
https://github.com/veebs/netty/blob/763f22463efa3b710feae4cde6eb62d1fdfd0235/src/main/java/org/jboss/netty/handler/codec/http/websocketx/WebSocket08FrameDecoder.java#L229

Done: https://github.com/gatling/gatling/issues/2282

Awesome =D

Thank you