Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-torres committed Sep 30, 2024
1 parent ec18d10 commit 0bdbeef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uvicorn/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def main(
server_header: bool,
date_header: bool,
forwarded_allow_ips: str,
forwarded_port: bool,
root_path: str,
limit_concurrency: int,
backlog: int,
Expand Down Expand Up @@ -445,6 +446,7 @@ def main(
server_header=server_header,
date_header=date_header,
forwarded_allow_ips=forwarded_allow_ips,
forwarded_port=forwarded_port,
root_path=root_path,
limit_concurrency=limit_concurrency,
backlog=backlog,
Expand Down Expand Up @@ -550,6 +552,7 @@ def run(
server_header=server_header,
date_header=date_header,
forwarded_allow_ips=forwarded_allow_ips,
forwarded_port=forwarded_port,
root_path=root_path,
limit_concurrency=limit_concurrency,
backlog=backlog,
Expand Down

0 comments on commit 0bdbeef

Please sign in to comment.