summaryrefslogtreecommitdiffstats
path: root/http.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-05 21:58:58 +0100
committerJunio C Hamano <gitster@pobox.com>2013-12-05 21:58:59 +0100
commitc5a77e8f9293674e9a936f01cc1719a316f87d24 (patch)
treea1b207cab78dd0ecf25f7c46fdf8eda6dc7a2eda /http.h
parentMerge branch 'jc/merge-base-reflog' (diff)
parentremote-curl: fix large pushes with GSSAPI (diff)
downloadgit-c5a77e8f9293674e9a936f01cc1719a316f87d24.tar.xz
git-c5a77e8f9293674e9a936f01cc1719a316f87d24.zip
Merge branch 'bc/http-100-continue'
Issue "100 Continue" responses to help use of GSS-Negotiate authentication scheme over HTTP transport when needed. * bc/http-100-continue: remote-curl: fix large pushes with GSSAPI remote-curl: pass curl slot_results back through run_slot http: return curl's AUTHAVAIL via slot_results
Diffstat (limited to 'http.h')
-rw-r--r--http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/http.h b/http.h
index 12ca5c892d..cd37d5881c 100644
--- a/http.h
+++ b/http.h
@@ -54,6 +54,7 @@
struct slot_results {
CURLcode curl_result;
long http_code;
+ long auth_avail;
};
struct active_request_slot {