Files
Martin Pitt 160609c29a tls: Distinguish timeout from buffer overflow in recv_all error
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.
2026-04-28 13:18:10 +02:00
..
2025-01-05 09:48:57 +01:00