http-walker: verify remote packs
commit48188c259a7e6c87c20121933287b8c8ca721e3a
authorTay Ray Chuan <rctay89@gmail.com>
Sat, 6 Jun 2009 08:43:34 +0000 (6 16:43 +0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Jun 2009 17:56:27 +0000 (6 10:56 -0700)
tree1e9cf5259b8404bbbf80b7f3d8b763e2faef8b02
parent4c42aa1a1359b2571b51c3a3093f29c7b25c54c4
http-walker: verify remote packs

In c17fb6e ("Verify remote packs, speed up pending request queue"),
changes were made to index fetching in http-push.c, particularly the
methods fetch_index and setup_index. Since http-walker.c has similar
code for index fetching, these improvements should apply to
http-walker.c's fetch_index and setup_index.

Invocations of free() of string memory are reproduced as well.

Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-walker.c