-- core-old.c 2020-03-30 16:04:31.547232238 +0200
++ core.c 2020-03-30 16:04:53.107066143 +0200
ap_set_last_modified(r);
ap_set_etag(r);
ap_set_accept_ranges(r);
apr_file_info_get(&r->finfo, APR_FINFO_SIZE, fd);
ap_set_content_length(r, r->finfo.size);
if (bld_content_md5) {
apr_table_setn(r->headers_out, "Content-MD5",