]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
login-common: Fix connection hanging if ostream write fails main
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Tue, 9 Jun 2026 20:41:14 +0000 (20:41 +0000)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 12 Jun 2026 08:39:38 +0000 (08:39 +0000)
commit9f2e187e25e0c524e4047bb169bda9b1e9cfb5a4
tree54eea67bfbe3fd759bd18f3b7473f2173b301c25
parent76390c583539df67bea5f7f9487d9ea568e3daf2
login-common: Fix connection hanging if ostream write fails

If the ostream write failed, the istream was closed. This prevented its IO
callback from being called, so the connection was just stuck.

This happaned at least with haproxy health check connections.
src/login-common/client-common.c