]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/cygwin-exit'
authorTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 16:53:19 +0000 (12:53 -0400)
committerTaylor Blau <me@ttaylorr.com>
Fri, 1 Nov 2024 16:53:19 +0000 (12:53 -0400)
Treat ECONNABORTED the same as ECONNRESET in 'git credential-cache' to
work around a possible Cygwin regression. This resolves a race condition
caused by changes in Cygwin's handling of socket closures, allowing the
client to exit cleanly when encountering ECONNABORTED.

* rj/cygwin-exit:
  credential-cache: treat ECONNABORTED like ECONNRESET

1  2 
builtin/credential-cache.c

Simple merge