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