mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -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
97fc831388
commit
8cee8a614b
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class GracefulTCPServer(socketserver.TCPServer):
|
|||
def create_http_server(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.
|
||||
:param int port: the TCP port to use
|
||||
:return str: the temporary webroot attached to this server
|
||||
|
|
|
|||
Loading…
Reference in a new issue