support permessage-deflate compression extension
Đang mở
C-feature
websockets
- Ngôn ngữ chính
- Rust
- Star
- 24.8k
- Fork
- 1.9k
- Merge trung bình
- 23 giờ 10 phút
- Pull request đã merge (30 ngày)
- 26
Mô tả
## Expected Behavior
"Per-message compression" has been adopted in many places, like Tomcat websocket. In order to leverage this, I hope websocket in actix-http and awc can support this extension by default.
Due to current actix-http architecture, it's too hard to implement this in my code.
## Current Behavior
## Possible Solution
[https://github.com/housleyjk/ws-rs/blob/master/src/deflate/extension.rs](https://github.com/housleyjk/ws-rs/blob/master/src/deflate/extension.rs)
From above link, you can find a reference implementation for Rust.
RFC reference: https://tools.ietf.org/html/rfc7692
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.