comparison src/core/ngx_shmtx.c @ 692:6db6e93f55ee NGINX_1_3_9

nginx 1.3.9 *) Feature: support for chunked transfer encoding while reading client request body. *) Feature: the $request_time and $msec variables can now be used not only in the "log_format" directive. *) Bugfix: cache manager and cache loader processes might not be able to start if more than 512 listen sockets were used. *) Bugfix: in the ngx_http_dav_module.
author Igor Sysoev <http://sysoev.ru>
date Tue, 27 Nov 2012 00:00:00 +0400
parents 597573166f34
children
comparison
equal deleted inserted replaced
691:acfd484db0ca 692:6db6e93f55ee
115 if (err != NGX_EINTR) { 115 if (err != NGX_EINTR) {
116 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err, 116 ngx_log_error(NGX_LOG_ALERT, ngx_cycle->log, err,
117 "sem_wait() failed while waiting on shmtx"); 117 "sem_wait() failed while waiting on shmtx");
118 break; 118 break;
119 } 119 }
120
121 ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
122 "shmtx awoke");
123 } 120 }
121
122 ngx_log_debug0(NGX_LOG_DEBUG_CORE, ngx_cycle->log, 0,
123 "shmtx awoke");
124 124
125 continue; 125 continue;
126 } 126 }
127 127
128 #endif 128 #endif