mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Update certbot-ci/certbot_integration_tests/utils/misc.py
Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
parent
6166805d55
commit
97fc831388
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def check_until_timeout(url):
|
|||
|
||||
class GracefulTCPServer(socketserver.TCPServer):
|
||||
"""
|
||||
This subclass of TCPServer allows to gracefully reuse an address that has
|
||||
This subclass of TCPServer allows graceful reuse of an address that has
|
||||
just been released by another instance of TCPServer.
|
||||
"""
|
||||
allow_reuse_address = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue