Files
ladybird/Userland/Libraries/LibCore
Ali Mohammad Pur d3c25b8ea2 LibCore: Make BufferedHelper::read() block at most once per read
The previous method could block multiple times, leading to a completely
stuck/deadlocked read() call, and it could also consume data without
telling the user about it, which is Not A Good Thing ™️.
This patch makes it block at most once, and fixes loading HTTP pages
with LibHTTP :^)
2022-02-08 15:43:20 +01:00
..
2022-01-22 01:13:42 +03:30
2022-01-24 14:01:58 +03:30