]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Fix for multiple alternates requests in http-fetch
authorNick Hengeveld <nickh@reactrix.com>
Sat, 12 Nov 2005 17:11:32 +0000 (09:11 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 13 Nov 2005 07:43:11 +0000 (23:43 -0800)
commitacc075a8ad5ee798c170fc2276e1c840a03b5fa4
treee8ffbbbf6caa030255af026ba0317294226d8fc2
parent7765e7ebda7e273bca34e87110be899447068b58
Fix for multiple alternates requests in http-fetch

Stop additional alternates requests from starting if one is already in
progress.  This adds an optional callback which is processed after a slot
has finished running.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c