Skip to content
Snippets Groups Projects
Commit f62523737dcd authored by Tony Garnock-Jones's avatar Tony Garnock-Jones
Browse files

Avoid hanging forever when the socket goes away and the only thing we're doing is writing.

If the connection closed during a flush_outbound with pending data, we
were in some cases (asyncore-based) looping forever. Checking each
time we enter the loop gets us a sensible exception in these cases.
parent 3336aee3ea21
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment