Modify WebSocket continuation support to not expose Continuations at Message-level
オープン
A-http
A-web-actors
C-improvement
- 主要言語
- Rust
- スター
- 24.8k
- フォーク
- 1.9k
- 平均マージ
- 23時間 10分
- マージ済み PR(30日)
- 26
説明
Right now the WebSocket implementation, while it does support continuation frames, does nothing to combine those frames together into single messages, making it somewhat difficult to use the library. (This is especially important because, as noted [in the former WS continuation issue](https://github.com/actix/actix-web/issues/916), Chrome uses continuations all the time.)
I think the intent of the WebSocket RFC is for you to not need to worry about continuations at the message level, so the `Message` struct probably shouldn't include them.
コントリビューションガイド
評価
この issue はまだ評価されていません。