Project

General

Profile

Bug #270 » return_content_length_header.patch

Fix for returning the Content-Length - Wido den Hollander, 07/14/2010 05:59 AM

View differences:

src/rgw/rgw_rest.cc
{
const char *content_type = NULL;
if (!get_data && !ret) {
if (get_data && !ret) {
dump_content_length(s, len);
}
if (!ret) {
(2-2/2)