diff src/core/ngx_connection.h @ 8704:13f7085b90d2 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 17 Feb 2021 14:48:35 +0300
parents c436681ad8e0 4e141d0816d4
children 7f95010f10b7
line wrap: on
line diff
--- a/src/core/ngx_connection.h	Wed Feb 17 14:25:07 2021 +0300
+++ b/src/core/ngx_connection.h	Wed Feb 17 14:48:35 2021 +0300
@@ -45,8 +45,6 @@
     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;