mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Update certbot-ci/certbot_integration_tests/utils/misc.py
Co-Authored-By: adferrand <adferrand@users.noreply.github.com>
This commit is contained in:
@@ -92,7 +92,7 @@ def create_tcp_server(port):
|
||||
webroot = tempfile.mkdtemp()
|
||||
|
||||
def run():
|
||||
GraceFullTCPServer(('', port), SimpleHTTPServer.SimpleHTTPRequestHandler).serve_forever()
|
||||
GracefulTCPServer(('', port), SimpleHTTPServer.SimpleHTTPRequestHandler).serve_forever()
|
||||
|
||||
process = multiprocessing.Process(target=run)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user