On Sunday 28 August 2011, Stefan Fritsch wrote: > This is broken. It causes the Content-Length header to contain the > size of the original file instead of the response body. Is the > correct fix to add apr_table_unset(r->headers_out, > "Content-Length") ?
Committed that to trunk and updated http://people.apache.org/~sf/byterange-no-merge.2.2.diff to include it and a change to reset the status to 200 if the range header is invalid. The latter issue was fixed in trunk by Eric's MaxRanges change.