[PATCH] HTTP partial transfer support fix.
authorNick Hengeveld <nickh@reactrix.com>
Fri, 30 Sep 2005 23:27:47 +0000 (16:27 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Oct 2005 06:17:15 +0000 (23:17 -0700)
commit4fa2197e614950279527b14825d1e9572454a48c
tree4c7b45efedff137292dafb6b751eaf1702ed05c6
parent271421cd345a9b5e2fc7e30e672d2c998f50e1dc
[PATCH] HTTP partial transfer support fix.

Don't unlink the temp file when an object transfer fails, so next attempt
will pick up where the failed transfer left off

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