comparison src/core/ngx_connection.h @ 8956:eaf356a35f5d quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 29 Dec 2021 15:17:26 +0300
parents 7f95010f10b7 ec2e6893caaa
children ce6d9cf0f567
comparison
equal deleted inserted replaced
8955:32daba3aabb2 8956:eaf356a35f5d
188 unsigned tcp_nodelay:2; /* ngx_connection_tcp_nodelay_e */ 188 unsigned tcp_nodelay:2; /* ngx_connection_tcp_nodelay_e */
189 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */ 189 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */
190 190
191 unsigned need_last_buf:1; 191 unsigned need_last_buf:1;
192 192
193 #if (NGX_HAVE_AIO_SENDFILE || NGX_COMPAT) 193 #if (NGX_HAVE_SENDFILE_NODISKIO || NGX_COMPAT)
194 unsigned busy_count:2; 194 unsigned busy_count:2;
195 #endif 195 #endif
196 196
197 #if (NGX_THREADS || NGX_COMPAT) 197 #if (NGX_THREADS || NGX_COMPAT)
198 ngx_thread_task_t *sendfile_task; 198 ngx_thread_task_t *sendfile_task;