Skip to content

Commit

Permalink
fix: don't reuse headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RealistikDash authored Mar 31, 2024
1 parent 63ed382 commit a681cbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gd_traffic_proxy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async def handle(request: web.Request) -> web.Response:

return web.Response(
status=resp.status,
headers=resp.headers,
text=await resp.text(),
)

Expand Down

0 comments on commit a681cbe

Please sign in to comment.