Brianna Fan and I have encountered situations where IPV6 requests time out cause `git-webkit` (and presumably other scripts) to take extremely long to run. In some circumstances, we've been able to work-around this problem by disabling IPV6 for the duration of the program, but unsurprisingly, that can backfire if it's actually IPV4 that's not working. Ultimately, the root cause of this problem seems to be that Python hasn't yet implemented "Happy Eyeballs", https://en.wikipedia.org/wiki/Happy_Eyeballs. This bug is intended to track mitigations and work-around in WebKit tools for this problem. There are a few things we can do to improve our usage of Python's networking stack in general, ideally we can come up with a hack to solve this generally.
<rdar://problem/116923729>
Pull request: https://github.com/WebKit/WebKit/pull/19178
Committed 269440@main (c06388334ce2): <https://commits.webkit.org/269440@main> Reviewed commits have been landed. Closing PR #19178 and removing active labels.
Committed 267815.342@safari-7617-branch (58360b60d963): <https://commits.webkit.org/267815.342@safari-7617-branch> Reviewed commits have been landed. Closing PR #848 and removing active labels.