Actions
Defect #19438
closedWebrick WARN: "Could not determine content-length of response body"
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Extracted from issue #19435:
Webrick WARNing in Redmine 3.0.1:
[2015-03-21 14:15:15] WARN Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
Happens for all attachments (even images) when trying to download them.
Download works as expected, but the filesize is unknown.
Seems as if the HTTP header can't be set.
This wasn't a problem in redmine 2.6
Related issues
Updated by Go MAEDA over 9 years ago
This can be fixed by #17403#note-3.
Looks like duplicate of #17403.
Updated by Toshi MARUYAMA over 9 years ago
- Related to Defect #17403: Unknown file size while downloading attachment added
Updated by Go MAEDA about 9 years ago
- Status changed from New to Closed
Fixed in r14632.
Thanks for reporting this issue.
Actions