-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix #970 Ensure WebSocket compression is enabled on the server in cases there is a compressionPredicate #971
Conversation
…es there is a compressionPredicate
@violetagg thx for reactive fix and in common case it works, but if we change configuration to
the WebSocket compression is applied because predicate present, looks unobvious. WDYT ? |
There is kind of misunderstanding here then the second example is https://projectreactor.io/docs/netty/release/reference/index.html#_compression |
Yes i understand this, but compression for http response and webSocket compression is not depend to each other, also i can use simultaneously |
We do not support that. If you want I can revert this change and we can treat your issue as a feature request. |
Thx again for your time. I'm ok with this PR but we change behavior for |
@rstoyanchev wdyt? My opinion I that we should separate both configurations. |
Yes I think it would be a good idea to separate the two. Unless only |
I'm closing this PR - we will NOT apply this fix. There will be a WebSocket configuration for compression on/off. |
new PR #980 |
No description provided.