comparison src/http/ngx_http_busy_lock.c @ 666:bf8b55a5ac89 NGINX_1_1_17

nginx 1.1.17 *) Security: content of previously freed memory might be sent to a client if backend returned specially crafted response. Thanks to Matthew Daley. *) Bugfix: in the embedded perl module if used from SSI. Thanks to Matthew Daley. *) Bugfix: in the ngx_http_uwsgi_module.
author Igor Sysoev <http://sysoev.ru>
date Thu, 15 Mar 2012 00:00:00 +0400
parents e5fa0a4a7d27
children
comparison
equal deleted inserted replaced
665:a8821023989f 666:bf8b55a5ac89
298 } 298 }
299 } 299 }
300 300
301 if (bl->timeout == 0 && bl->max_waiting) { 301 if (bl->timeout == 0 && bl->max_waiting) {
302 ngx_conf_log_error(NGX_LOG_WARN, cf, 0, 302 ngx_conf_log_error(NGX_LOG_WARN, cf, 0,
303 "busy lock waiting is useless with zero timeout, ignoring"); 303 "busy lock waiting is useless with zero timeout, ignoring");
304 } 304 }
305 305
306 return NGX_CONF_OK; 306 return NGX_CONF_OK;
307 } 307 }