]> git.ipfire.org Git - thirdparty/curl.git/commit
servers: de-duplicate shutdown signal/logging code master
authorViktor Szakats <commit@vsz.me>
Thu, 6 Aug 2026 05:45:14 +0000 (07:45 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 6 Aug 2026 09:16:09 +0000 (11:16 +0200)
commit3822fa865894da8c3a94aee23f14551c60af05c2
treeb51d54cfbb1cafbc1c596fe1877e57684d919d74
parent6e96c468d4078f451f889e73106252c9a72dcf8a
servers: de-duplicate shutdown signal/logging code

To share more common code between servers, and to log the same set of
information for all of them.

Also:
- move server unix socket to global variable.

Follow-up to d1eca3861c9cf8f3cd03274ce0db3c500bd246ae #22501
Follow-up to 1637bbc9ced4213b902703b9223273ab2dcd2c6e #22498

Closes #22503
tests/server/dnsd.c
tests/server/first.c
tests/server/first.h
tests/server/mqttd.c
tests/server/rtspd.c
tests/server/sockfilt.c
tests/server/socksd.c
tests/server/sws.c
tests/server/tftpd.c