Bug 578854

Summary: download of package fail if content-length header is not present
Product: Red Hat Satellite Proxy 5 Reporter: Miroslav Suchý <msuchy>
Component: ServerAssignee: Miroslav Suchý <msuchy>
Status: CLOSED WORKSFORME QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: low    
Version: 530   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-06-15 12:37:40 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 488328    

Description Miroslav Suchý 2010-04-01 15:07:37 UTC
Description of problem:
Currently fakamai do not send content-length header. In such case we do not even try to read content of response and set the content length to 0

Comment 1 Miroslav Suchý 2010-04-01 15:09:39 UTC
also such response is evaluated as chunked and read of this response will fail.

Comment 2 Miroslav Suchý 2010-06-15 12:37:40 UTC
For records - in april I commited to spacewalk change 73dbab3dc8f362c1280b381ffb508a67c96ff3e0
which forward body even if content length is not present in headers.

But since fakamai now correctly send header I'm closing this bug.