diff --git a/.cargo/config.toml b/.cargo/config.toml index 078304d..5f2d4f9 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -5,3 +5,11 @@ rustc-wrapper = ".cargo/bin/sccache" # enable sccache [future-incompat-report] frequency = 'always' # when to display a notification about a future incompat report + +[http] +debug = false # HTTP debugging +ssl-version = "tlsv1.3" # TLS version to use +timeout = 30 # timeout for each HTTP request, in seconds +low-speed-limit = 10 # network timeout threshold (bytes/sec) +check-revoke = true # check for SSL certificate revocation +multiplexing = true # HTTP/2 multiplexing