comparison src/core/ngx_connection.c @ 2785:d478379e51ac

*) refactor error_log processing: listen socket log might inherit built-in error_log with zero level, and r2447, r2466, r2467 were not enough *) remove bogus "stderr" level *) some functions and fields renames
author Igor Sysoev <igor@sysoev.ru>
date Thu, 30 Apr 2009 13:53:42 +0000
parents 01c691e31032
children 8b54548fef6e
comparison
equal deleted inserted replaced
2784:c2230102df6f 2785:d478379e51ac
246 246
247 if (ls[i].fd != -1) { 247 if (ls[i].fd != -1) {
248 continue; 248 continue;
249 } 249 }
250 250
251 ls[i].log = *ls[i].logp;
252
251 if (ls[i].inherited) { 253 if (ls[i].inherited) {
252 254
253 /* TODO: close on exit */ 255 /* TODO: close on exit */
254 /* TODO: nonblocking */ 256 /* TODO: nonblocking */
255 /* TODO: deferred accept */ 257 /* TODO: deferred accept */