mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
If we exhaust the buffer stream, the reads appear to succeed, but the stream itself panics when we later attempt to drop it. To prevent it, we check for errors explicitly.