mirror of
https://github.com/cockpit-project/cockpit.git
synced 2026-05-06 12:26:58 -04:00
160609c29a
The recv_all() function can fail for two different reasons when the loop at line 145 exits: - Buffer filled (count >= size) without receiving EOF - Timeout from wait_for_io() Print the correct error message.