aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2021-02-17 14:48:35 +0300
committerSergey Kandaurov <pluknet@nginx.com>2021-02-17 14:48:35 +0300
commit8ca2f73073da431d8e747589eac5b49a7c0faa5b (patch)
tree6d5f46eb2dccc4cacc13a3e353f78f940f310bbb /src/core/ngx_connection.h
parentb93b056261114022b08f11413f959d3af687b7a7 (diff)
parent949c97007b9c6010e958c36653e33c3f5bf34540 (diff)
downloadnginx-8ca2f73073da431d8e747589eac5b49a7c0faa5b.tar.gz
nginx-8ca2f73073da431d8e747589eac5b49a7c0faa5b.zip
Merged with the default branch.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index edc1ccbc2..548c83569 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -45,8 +45,6 @@ struct ngx_listening_s {
size_t pool_size;
/* should be here because of the AcceptEx() preread */
size_t post_accept_buffer_size;
- /* should be here because of the deferred accept */
- ngx_msec_t post_accept_timeout;
ngx_listening_t *previous;
ngx_connection_t *connection;