.arcconfig
author Julien Cristau <jcristau@mozilla.com>
Tue, 21 Mar 2023 15:27:03 +0100
branchstable
changeset 50318 3bb7c56e8fe6
parent 44128 ff396501e841
permissions -rw-r--r--
url: don't ignore timeout for https connections For http, we use the stdlib's HTTPConnection.connect which passes the timeout down to socket.create_connection; for https, we override the connect method but weren't handling the timeout, so connections could hang for hours even with http.timeout set to low values.

{
    "conduit_uri": "https://phab.mercurial-scm.org/api",
    "phabricator.uri": "https://phab.mercurial-scm.org/",
    "repository.callsign": "HG",
    "arc.land.onto.default": "@",
    "base": "hg:.^"
}