Actions
Issue #9516
closedPush upload responses return improper Content-Length header
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 107
Quarter:
Description
These responses: https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L145-L222 should set their Content-Length
header to 0 since they are not sending any data back in their body.
Related issues
Actions
Fix improper Content-Length header in push responses
fixes: #9516