Changes between Initial Version and Version 1 of Ticket #32
- Timestamp:
- 10/15/11 22:37:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #32 – Description
initial v1 6 6 the bug is that the expires header is not set correctly when using @ 7 7 and it is the case that it is not set correctly, but you will only see the bug if upstream does not set a last-modified header 8 {{{ 8 9 if (conf->expires == NGX_HTTP_EXPIRES_ACCESS 9 10 || r->headers_out.last_modified_time == -1) 10 11 { 11 its the || condition that causes the problem 12 }}} 13 its the !|| condition that causes the problem 12 14 13 15