]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
Fix HTTP request result processing after slot reuse
authorNick Hengeveld <nickh@reactrix.com>
Tue, 31 Jan 2006 19:06:55 +0000 (11:06 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Feb 2006 00:17:24 +0000 (16:17 -0800)
commitc8568e139ed2149fbfb7ef9a8d819d5b6b7c554f
treee44ab4d957ab445b6c1e5f3479f8c27c02ce3ab7
parent7ec57556b29c3ed42769c122228ee4621676b642
Fix HTTP request result processing after slot reuse

Add a way to store the results of an HTTP request when a slot finishes
so the results can be processed after the slot has been reused.

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