aboutsummaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2012-10-29 04:13:09 -0400
committerJeff King <peff@peff.net>2012-10-29 04:13:09 -0400
commit58f3f9893dc287bd5b7ec4bbd3fc56b77e126e6c (patch)
tree61abd02b0c8582a9266fd087d5e99aac6bc2b4ab /http.h
parentd2f4469b13dcd5c850058fdee4b039f07bb33142 (diff)
parent1960897ebc5a899a8e4ec3c2afc1d2325574fe41 (diff)
downloadgit-58f3f9893dc287bd5b7ec4bbd3fc56b77e126e6c.tar.xz
Merge branch 'jk/maint-http-init-not-in-result-handler'
Further clean-up to the http codepath that picks up results after cURL library is done with one request slot. * jk/maint-http-init-not-in-result-handler: http: do not set up curl auth after a 401 remote-curl: do not call run_slot repeatedly
Diffstat (limited to 'http.h')
-rw-r--r--http.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/http.h b/http.h
index 0bd1e849e1..0a80d303e3 100644
--- a/http.h
+++ b/http.h
@@ -78,8 +78,7 @@ extern int start_active_slot(struct active_request_slot *slot);
extern void run_active_slot(struct active_request_slot *slot);
extern void finish_active_slot(struct active_request_slot *slot);
extern void finish_all_active_slots(void);
-extern int handle_curl_result(struct active_request_slot *slot,
- struct slot_results *results);
+extern int handle_curl_result(struct slot_results *results);
#ifdef USE_CURL_MULTI
extern void fill_active_slots(void);