actix / actix-extras

A collection of additional crates supporting the actix and actix-web frameworks.
https://actix.rs
Apache License 2.0
760 stars 191 forks source link

actix-ws: take the encoded buffer when yielding rather than split it #435

Closed asonix closed 3 months ago

asonix commented 3 months ago

PR Type

Bug fix

PR Checklist

Overview

Prevent the actix-ws internal buffer from growing continuously by taking it rather than splitting it

same as in https://github.com/actix/actix-web/pull/3369