comparison src/core/ngx_connection.h @ 9008:ce6d9cf0f567 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 14 Feb 2022 10:14:07 +0300
parents eaf356a35f5d 32b0ba4855a6
children 0af598651e33
comparison
equal deleted inserted replaced
9007:2dc4203d812c 9008:ce6d9cf0f567
187 unsigned sndlowat:1; 187 unsigned sndlowat:1;
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 unsigned need_flush_buf:1;
192 193
193 #if (NGX_HAVE_SENDFILE_NODISKIO || NGX_COMPAT) 194 #if (NGX_HAVE_SENDFILE_NODISKIO || NGX_COMPAT)
194 unsigned busy_count:2; 195 unsigned busy_count:2;
195 #endif 196 #endif
196 197