mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Update certbot-ci/certbot_integration_tests/utils/misc.py
Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user