]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
lib-http: server: Implemented means to gracefully shut down the server.
authorStephan Bosch <stephan@dovecot.fi>
Sat, 16 Apr 2016 01:54:00 +0000 (03:54 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 9 Nov 2016 12:23:25 +0000 (14:23 +0200)
commit70b91e695462876a532966253e79039d4718b612
tree97c86c12a2de927f956a105725d9d0a3afe665bb
parent09d628cf9ba8b96753d1dac7fab62d2878c955c1
lib-http: server: Implemented means to gracefully shut down the server.

While shutting down, it will not accept new requests and connections are closed once they become idle.
src/lib-http/http-server-connection.c
src/lib-http/http-server-private.h
src/lib-http/http-server.c
src/lib-http/http-server.h