Merge branch 'dl/credential-cache-socket-in-xdg-cache' into maint
commitcdc55aad7d26c709cc7f64c70eb9fb9057508701
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:33:45 +0000 (23 14:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Aug 2017 21:33:45 +0000 (23 14:33 -0700)
tree5d81153663649395165c9710781bffd93e668ca0
parentb9e56be086ffa4f8431082a6fb25225e79e5bbc8
parent1f180e5eb902cda0ed73c250a27699daef827d59
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
credential-cache.c