mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-01 02:06:11 +00:00
It used to only read the data it could get without blocking. Andreas says this was intentional, but it's counterintuitive and no code that uses read_all() actually expects it to return only a part of the data. So change it to always read data until an EOF (or an error) is received.
6.5 KiB
6.5 KiB