[Bug 2641] Add systemd notify code to to track running server
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Apr 1 00:38:01 AEDT 2024
https://bugzilla.mindrot.org/show_bug.cgi?id=2641
--- Comment #23 from Luca Boccassi <luca.boccassi at gmail.com> ---
(In reply to Colin Watson from comment #20)
> Actually, I noticed a slight race here. You're sending the
> readiness notification from platform_pre_listen; but, as the name
> implies, this is called _before_ the server has started listening.
> The point of the readiness protocol is that the notification is only
> sent once the server is ready to accept connections.
>
> The notification should be moved to after the listen sockets are
> bound.
Yes, good catch, this should be fixed as it's important to avoid races
that the notification is delivered after everything is up and running
and ready to process requests.
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list