[Frontend] Pass pre-created socket to uvicorn (#13113)

This commit is contained in:
Russell Bryant
2025-02-13 03:51:46 -05:00
committed by GitHub
parent fa253f1a70
commit 578087e56c
3 changed files with 17 additions and 6 deletions

View File

@@ -127,6 +127,7 @@ async def run_server(args: Namespace,
shutdown_task = await serve_http(
app,
sock=None,
host=args.host,
port=args.port,
log_level=args.log_level,