mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-06 12:45:13 +00:00
Instead of using ByteBuffer::slice() to carve off the remaining part of the payload every time we flush a part of it, we now keep a sliding span (ReadonlyBytes) over it.