diff options
| author | Jeff King <peff@peff.net> | 2012-10-29 04:13:09 -0400 |
|---|---|---|
| committer | Jeff King <peff@peff.net> | 2012-10-29 04:13:09 -0400 |
| commit | 58f3f9893dc287bd5b7ec4bbd3fc56b77e126e6c (patch) | |
| tree | 61abd02b0c8582a9266fd087d5e99aac6bc2b4ab /http.h | |
| parent | d2f4469b13dcd5c850058fdee4b039f07bb33142 (diff) | |
| parent | 1960897ebc5a899a8e4ec3c2afc1d2325574fe41 (diff) | |
| download | git-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.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); |
