Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ref-filter: make "%(symref)" atom work with the ':short' modifier
[gitweb.git]
/
http.c
diff --git
a/http.c
b/http.c
index c4e14c0af1d85edfe1f70092eaeb7b18ebf9c736..051fe6e5ab77a5dc6e53dce7011d0fc445f15ab0 100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-2058,7
+2058,7
@@
static size_t fwrite_sha1_file(char *ptr, size_t eltsize, size_t nmemb,
if (c != CURLE_OK)
die("BUG: curl_easy_getinfo for HTTP code failed: %s",
curl_easy_strerror(c));
- if (slot->http_code >=
4
00)
+ if (slot->http_code >=
3
00)
return size;
}