Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
petrucci89 committed Feb 12, 2025
1 parent 489f212 commit da78177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform_registry_api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ async def _proxy_request(
auth_headers: dict[str, str],
) -> StreamResponse:
request_headers = self._prepare_request_headers(request.headers, auth_headers)

timeout = self._create_registry_client_timeout(request)

if request.method == "HEAD":
Expand Down

0 comments on commit da78177

Please sign in to comment.