]> arthur.barton.de Git - ngircd.git/commitdiff
Always initiate closing a connection on errors.
authorAlexander Barton <alex@barton.de>
Fri, 24 Nov 2023 17:16:36 +0000 (18:16 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 6 Jan 2024 15:21:01 +0000 (16:21 +0100)
Always try to close a connection with errors immediately, but try hard
to avoid too much recursion.

Without this patch, an outgoing server connection could get stuck in an
"endless" state trying to write out data over and over again.

This tries to fix 04de1423eb26.


No differences found