mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +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.