Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ci: speed up Windows phase
[gitweb.git]
/
credential-cache.c
diff --git
a/credential-cache.c
b/credential-cache.c
index 91550bfb0b3325ad92a3f3c65d5f779b61fa9951..1cccc3a0b9cfb2a14e9c87d5afc29234fa62adc4 100644
(file)
--- a/
credential-cache.c
+++ b/
credential-cache.c
@@
-25,7
+25,7
@@
static int send_request(const char *socket, const struct strbuf *out)
int r;
r = read_in_full(fd, in, sizeof(in));
- if (r == 0)
+ if (r == 0
|| (r < 0 && errno == ECONNRESET)
)
break;
if (r < 0)
die_errno("read error from cache daemon");