Refactor http.h USE_CURL_MULTI fill_active_slots().
commit45c1741235a1fbd54484fa1c67ea68569dcfa23e
authorDaniel Barkalow <barkalow@iabervon.org>
Tue, 11 Sep 2007 03:02:28 +0000 (10 23:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:29 +0000 (19 03:22 -0700)
treed8dc5c7ce6f1bd70c86346a2a54d7c087bb8124c
parent077d6f72c7db84d2b6b3db879e3d68ab60482d43
Refactor http.h USE_CURL_MULTI fill_active_slots().

This removes all of the boilerplate and http-internal stuff from
fill_active_slots() and makes it easy to turn into a callback.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-fetch.c
http-push.c
http.c
http.h