The official NGINX Open Source repository.
Go to file
Maxim Dounin 248baf4262 Upstream: ngx_http_upstream_store() error handling fixes.
Previously, ngx_http_map_uri_to_path() errors were not checked in
ngx_http_upstream_store().  Moreover, in case of errors temporary
files were not deleted, as u->store was set to 0, preventing cleanup
code in ngx_http_upstream_finalize_request() from removing them.  With
this patch, u->store is set to 0 only if there were no errors.

Reported by Feng Gu.
2014-07-18 20:11:40 +04:00
auto Configure: restored "nginx/" missed in 6e4bb1d6679d. 2014-06-26 05:08:59 +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.3-RELEASE 2014-07-08 17:22:38 +04:00
misc Updated PCRE used for win32 builds. 2014-07-04 22:34:03 +04:00
src Upstream: ngx_http_upstream_store() error handling fixes. 2014-07-18 20:11:40 +04:00
.hgtags release-1.7.3 tag 2014-07-08 17:22:38 +04:00