No description
Find a file
Maxim Dounin 48177aca31 Cache: handling of cache files with long headers.
There are two possible situations which can lead to this: response was
cached with bigger proxy_buffer_size value (and nginx was restared since
then, i.e. shared memory zone content was lost), or due to the race in
the cache update code (see [1]) we've end up with fcn->body_start from
a different response stored in shared memory zone.

[1] http://mailman.nginx.org/pipermail/nginx-devel/2011-September/001287.html
2011-12-12 10:47:48 +00:00
auto Added the "so_keepalive=" parameter to the "listen" directive. 2011-12-05 08:06:15 +00:00
conf Added HTTPS param with Apache-like behaviour to fastcgi/scgi/uwsgi_params (fixes #38). 2011-12-09 15:38:26 +00:00
contrib nginx-0.3.55-RELEASE import 2006-07-28 15:16:17 +00:00
docs nginx-1.1.10-RELEASE 2011-11-30 10:00:50 +00:00
misc Compute the repository root from the checkout. 2011-11-30 07:36:09 +00:00
src Cache: handling of cache files with long headers. 2011-12-12 10:47:48 +00:00