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-03-04 18:26:25 +0300
committerRuslan Ermilov <ru@nginx.com>2015-03-04 18:26:25 +0300
commit83ba5ed2ecc1ca06971639e4e2c7325aaa8e5101 (patch)
tree7984305b05776fd3be9096797dd6c3793407f5c0 /src/core/ngx_connection.c
parentb89e3bc03448cb83cc339781a6037e6a73954c01 (diff)
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
It's mostly dead code and the original idea of worker threads has been rejected.
Diffstat (limited to 'src/core/ngx_connection.c')
-rw-r--r--src/core/ngx_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index d6c0bdadc..896b775c5 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -943,7 +943,7 @@ ngx_close_connection(ngx_connection_t *c)
}
}
-#if (NGX_THREADS)
+#if (NGX_OLD_THREADS)
/*
* we have to clean the connection information before the closing