We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b0bf7 commit 47b01b1Copy full SHA for 47b01b1
src/murfey/server/api/bootstrap.py
@@ -1163,8 +1163,6 @@ def get_pypi_file(
1163
headers: dict[str, str] = {}
1164
if response.status_code != 200:
1165
raise HTTPException(status_code=response.status_code)
1166
- # if response.headers.get("Content-Length"):
1167
- # headers["Content-Length"] = response.headers["Content-Length"]
1168
return StreamingResponse(
1169
content=response.raw,
1170
status_code=response.status_code,
0 commit comments