You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #278 we implemented a check to make write operations fail if they attempt to write packets bigger than max_buffer_size. However, this is checked after the buffer is resized. This yields the correct user-facing behavior, but doesn't actually constrain memory. The correct implementation is a little bit more involved, and should go together with #279.
The text was updated successfully, but these errors were encountered:
In #278 we implemented a check to make write operations fail if they attempt to write packets bigger than max_buffer_size. However, this is checked after the buffer is resized. This yields the correct user-facing behavior, but doesn't actually constrain memory. The correct implementation is a little bit more involved, and should go together with #279.
The text was updated successfully, but these errors were encountered: