On Sat, 31 May 2008, James Cloos wrote:
I just noticed that, given a remote URL with a hostname which has both A and AAAA RRs in the DNS, git-fetch will retry a git-protocol fetch using the v4 address if the v6 address is unreachable, but will not do so when the remote is an http URL.
Isn't this simply because libcurl (used for http) has no retry functionality on this scenario while git itself has that for the git protocol?
-- / daniel.haxx.se -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html