blob: b9adca6877e1e0ff2f186ef081e6782c4f152b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mod_xsendfile.c.orig 2013-05-16 02:15:41.000000000 +0800
+++ mod_xsendfile.c 2013-05-16 02:15:48.000000000 +0800
@@ -439,7 +439,7 @@
conf->ignoreLM == XSENDFILE_ENABLED
|| (
!apr_table_get(r->headers_out, "last-modified")
- && !apr_table_get(r->headers_out, "last-modified")
+ && !apr_table_get(r->err_headers_out, "last-modified")
)
) {
apr_table_unset(r->err_headers_out, "last-modified");
|