]> git.ipfire.org Git - thirdparty/git.git/commit - daemon.c
Be slightly smarter about git-daemon client shutdown
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 05:53:31 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 16 Jul 2005 05:53:31 +0000 (22:53 -0700)
commit02d57da4a5c238eff7ea115c69d2e5c977bf1adb
tree05b46e872b42ade4c6ca01f3f5f83b78924de299
parenta232a132eab77815a5f2662e8c064de0d956e553
Be slightly smarter about git-daemon client shutdown

Shut down connections that haven't even identified themselves as git
clients first.  That should get rid of people who just connect to the
port and wait for something to happen.
daemon.c