aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-04-23 14:17:40 +0300
committerRuslan Ermilov <ru@nginx.com>2015-04-23 14:17:40 +0300
commit33b8e5bc0698c96177a69aa783375aa47ac980d1 (patch)
tree86a11f849857f4c20970ba14c2943608bbb9d4c7 /src/http/ngx_http_request.c
parentc1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (diff)
downloadnginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.tar.gz
nginx-33b8e5bc0698c96177a69aa783375aa47ac980d1.zip
Removed the obsolete rtsig module.
Diffstat (limited to 'src/http/ngx_http_request.c')
-rw-r--r--src/http/ngx_http_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
index 7d8428fb3..a0d75ff87 100644
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -349,7 +349,7 @@ ngx_http_init_connection(ngx_connection_t *c)
}
if (rev->ready) {
- /* the deferred accept(), rtsig, iocp */
+ /* the deferred accept(), iocp */
if (ngx_use_accept_mutex) {
ngx_post_event(rev, &ngx_posted_events);