Skip to content

Commit

Permalink
Update utilities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog authored Jul 30, 2024
1 parent f3f5eab commit 75eb940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/decky_loader/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ async def http_request(self, req: Request) -> StreamResponse:
if data:
await res.drain()
self.logger.debug(f"Finished stream for {url}")
self.logger.debug(f"Response headers: {res.headers}")
return res

async def http_request_legacy(self, method: str, url: str, extra_opts: Any = {}):
Expand Down

0 comments on commit 75eb940

Please sign in to comment.