comparison src/http/ngx_http_request.c @ 6126:adba26ff70b5

Removed the obsolete rtsig module.
author Ruslan Ermilov <ru@nginx.com>
date Thu, 23 Apr 2015 14:17:40 +0300
parents 4dc8e7b62216
children 187aa751ad62
comparison
equal deleted inserted replaced
6125:4dc8e7b62216 6126:adba26ff70b5
347 hc->proxy_protocol = 1; 347 hc->proxy_protocol = 1;
348 c->log->action = "reading PROXY protocol"; 348 c->log->action = "reading PROXY protocol";
349 } 349 }
350 350
351 if (rev->ready) { 351 if (rev->ready) {
352 /* the deferred accept(), rtsig, iocp */ 352 /* the deferred accept(), iocp */
353 353
354 if (ngx_use_accept_mutex) { 354 if (ngx_use_accept_mutex) {
355 ngx_post_event(rev, &ngx_posted_events); 355 ngx_post_event(rev, &ngx_posted_events);
356 return; 356 return;
357 } 357 }