mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 22:26:59 -04:00
* acme: socket timeout for HTTP standalone servers Adds a default 30 second timeout to the StreamRequestHandler for clients connecting to standalone HTTP-01 servers. This should prevent most cases of an idle client connection from preventing the standalone server from shutting down. Fixes #7386 * use idiomatic kwargs default value * move HTTP01Server lower to fix mypy forward ref. * fix test crash on macOS due to socket double-close * maybe its not an OSError? * disable coverage check on useless branch |
||
|---|---|---|
| .. | ||
| testdata | ||
| challenges_test.py | ||
| client_test.py | ||
| crypto_util_test.py | ||
| errors_test.py | ||
| fields_test.py | ||
| jose_test.py | ||
| jws_test.py | ||
| magic_typing_test.py | ||
| messages_test.py | ||
| standalone_test.py | ||
| test_util.py | ||
| util_test.py | ||