Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http: return curl's AUTHAVAIL via slot_results
[gitweb.git]
/
http.h
diff --git
a/http.h
b/http.h
index d77c1b54f24d142461b9e1a0d11cf6de041bc59f..81d48432930b3b68f8f420028ba69b1f91063080 100644
(file)
--- 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 {