]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'mk/http-backend-kill-children-before-exit'
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:34 +0000 (13:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Jan 2019 21:33:35 +0000 (13:33 -0800)
The http-backend CGI process did not correctly clean up the child
processes it spawns to run upload-pack etc. when it dies itself,
which has been corrected.

* mk/http-backend-kill-children-before-exit:
  http-backend: enable cleaning up forked upload/receive-pack on exit

1  2 
http-backend.c

diff --cc http-backend.c
Simple merge