#1635·actix-web

支持 permessage-deflate 压缩扩展

作者: xudesheng创建于 2020年8月16日更新于 2026年7月10日
标签C-featurewebsockets

预期行为

"按消息压缩"已在许多地方采用,例如 Tomcat websocket。为了利用这一点,我希望 actix-http 和 awc 中的 websocket 默认支持此扩展。由于当前的 actix-http 架构,在我的代码中实现此功能太难了。

内容来源: actix/actix-web