mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +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.