sunng87 / ring-jetty9-adapter

An enhanced version of jetty adapter for ring, with additional features like websockets, http/2 and http/3
Eclipse Public License 1.0
267 stars 48 forks source link

Websocket config #124

Closed eneroth closed 7 months ago

eneroth commented 7 months ago

I would like to configure setMaxBinaryMessageSize and setMaxFrameSize for websockets. Would it be possible to get access to them. Or to fully generalize, maybe take a lambda that can flip arbitrary switches?

sunng87 commented 7 months ago

Sounds good to me. And in additional to #125, I'm going to add option for max-binary-message-size and max-frame-size as well.