nginx/src
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
..
core Resolver: fixed resend on malformed responses. 2014-07-16 10:21:28 +04:00
event SSL: fix build with recent OpenSSL. 2014-07-09 12:27:15 -07:00
http Upstream: ngx_http_upstream_store() error handling fixes. 2014-07-18 20:11:40 +04:00
mail SSL: the "ssl_password_file" directive. 2014-06-16 19:43:25 +04:00
misc Style: fix typo. 2014-07-08 03:03:14 -07:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Style: keep return type and function name on different lines. 2014-07-08 03:03:14 -07:00