comparison src/core/ngx_connection.h @ 8401:7f95010f10b7 quic

Merged with the default branch.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 19:35:55 +0300
parents 13f7085b90d2 fdc3d40979b0
children eaf356a35f5d
comparison
equal deleted inserted replaced
8390:cc3e9c131d79 8401:7f95010f10b7
165 165
166 ngx_queue_t queue; 166 ngx_queue_t queue;
167 167
168 ngx_atomic_uint_t number; 168 ngx_atomic_uint_t number;
169 169
170 ngx_msec_t start_time;
170 ngx_uint_t requests; 171 ngx_uint_t requests;
171 172
172 unsigned buffered:8; 173 unsigned buffered:8;
173 174
174 unsigned log_error:3; /* ngx_connection_log_error_e */ 175 unsigned log_error:3; /* ngx_connection_log_error_e */