No description
Find a file
Maxim Dounin 5d82e10fa3 Upstream: fixed cache revalidation with SSI.
Previous code in ngx_http_upstream_send_response() used last modified time
from r->headers_out.last_modified_time after the header filter chain was
already called.  At this point, last_modified_time may be already cleared,
e.g., with SSI, resulting in incorrect last modified time stored in a
cache file.  Fix is to introduce u->headers_in.last_modified_time instead.
2014-06-26 02:20:09 +04:00
auto Configure: workaround for system perl on OS X (ticket #576). 2014-06-17 12:07:06 +04:00
conf MIME: added application/xspf+xml MIME type (ticket #479). 2014-03-06 10:51:08 +01:00
contrib Contrib: added vim to README. 2013-12-06 19:58:27 +04:00
docs nginx-1.7.2-RELEASE 2014-06-17 16:51:25 +04:00
misc Updated OpenSSL used for win32 builds. 2014-06-17 11:38:55 +04:00
src Upstream: fixed cache revalidation with SSI. 2014-06-26 02:20:09 +04:00