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
273 stars 48 forks source link

feat: add more options for websocket #126

Closed sunng87 closed 8 months ago

sunng87 commented 8 months ago

Fixes #124

Added options to configure max frame size and max binary message size. Note that this patch also changed default value of ws-max-idle-time to default value of jetty: 30s.