]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/daemon-retry-interrupted-accept'
authorJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2025 21:12:57 +0000 (14:12 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 7 Jul 2025 21:12:57 +0000 (14:12 -0700)
When "git daemon" sees a signal while attempting to accept() a new
client, instead of retrying, it skipped it by mistake, which has
been corrected.

* cb/daemon-retry-interrupted-accept:
  daemon: correctly handle soft accept() errors in service_loop

1  2 
daemon.c

diff --cc daemon.c
Simple merge