From: Junio C Hamano Date: Wed, 23 Aug 2017 21:33:45 +0000 (-0700) Subject: Merge branch 'dl/credential-cache-socket-in-xdg-cache' into maint X-Git-Tag: v2.14.2~56 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/cdc55aad7d26c709cc7f64c70eb9fb9057508701 Merge branch 'dl/credential-cache-socket-in-xdg-cache' into maint A recently added test for the "credential-cache" helper revealed that EOF detection done around the time the connection to the cache daemon is torn down were flaky. This was fixed by reacting to ECONNRESET and behaving as if we got an EOF. * dl/credential-cache-socket-in-xdg-cache: credential-cache: interpret an ECONNRESET as an EOF --- cdc55aad7d26c709cc7f64c70eb9fb9057508701