]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: http-server - Restructure http_server_shut_down() to use while statement
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 21 Aug 2020 19:28:47 +0000 (21:28 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 7 Mar 2025 14:56:56 +0000 (14:56 +0000)
commit81c4b8b32bc08cc29e7c0fa09a42f4d21a244f90
treedd6a3cc6ad2d309d3fce5386ed21e40f7bb70929
parent30511dc15c5ccf300db502d6d44e8cdfb609310e
lib-http: http-server - Restructure http_server_shut_down() to use while statement

Original for statement was objectionable to static analyzer. New structure is
equivalent to similar code elsewhere in Dovecot.
src/lib-http/http-server.c