mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +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:
@@ -52,7 +52,7 @@ class GracefulTCPServer(socketserver.TCPServer):
|
|||||||
def create_http_server(port):
|
def create_http_server(port):
|
||||||
"""
|
"""
|
||||||
Setup and start an HTTP server for the given TCP port.
|
Setup and start an HTTP server for the given TCP port.
|
||||||
This server stay active for the lifetime of the context, and is automatically
|
This server stays active for the lifetime of the context, and is automatically
|
||||||
stopped with context exit, while its temporary webroot is deleted.
|
stopped with context exit, while its temporary webroot is deleted.
|
||||||
:param int port: the TCP port to use
|
:param int port: the TCP port to use
|
||||||
:return str: the temporary webroot attached to this server
|
:return str: the temporary webroot attached to this server
|
||||||
|
|||||||
Reference in New Issue
Block a user