You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using ring-undertow-adapter and it's been great! One feature we needed recently, is to enable permessage-deflate for websockets. To do this, we patched ring.adapter.undertow/ws-request like so:
This resulted in quite a nice perf bump for slow connections.
Would you be interested in upstreaming some option for permessage-deflate? Happy to pop in a PR. Maybe we can include this as an option in the :undertow/websocket map.
The text was updated successfully, but these errors were encountered:
stopachka
changed the title
Support for permessage-deflate for websockets
Support permessage-deflate for websockets
Jan 8, 2024
Hey team!
I've been using ring-undertow-adapter and it's been great! One feature we needed recently, is to enable
permessage-deflate
for websockets. To do this, we patchedring.adapter.undertow/ws-request
like so:This resulted in quite a nice perf bump for slow connections.
Would you be interested in upstreaming some option for permessage-deflate? Happy to pop in a PR. Maybe we can include this as an option in the
:undertow/websocket
map.The text was updated successfully, but these errors were encountered: