Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2015-04-22 18:57:32 +0300
committerRuslan Ermilov <ru@nginx.com>2015-04-22 18:57:32 +0300
commitc1882d9f3f05f39468ebbc00c5f21f01ec691fd9 (patch)
treee953b78212100ea39278241f6f3644771a2b887c /src/http/ngx_http_request.c
parent39386c951c6e2e898b4871156e61227c348e8bba (diff)
Removed the obsolete aio 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 9f98799a1..7d8428fb3 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, aio, iocp */
+ /* the deferred accept(), rtsig, iocp */
if (ngx_use_accept_mutex) {
ngx_post_event(rev, &ngx_posted_events);