comparison src/http/v3/ngx_http_v3.h @ 8742:47a43b011dec quic

HTTP/3: keepalive_time support.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 16 Apr 2021 19:42:03 +0300
parents cc3e9c131d79
children 40d710a66aef
comparison
equal deleted inserted replaced
8741:7f95010f10b7 8742:47a43b011dec
140 140
141 ngx_queue_t pushing; 141 ngx_queue_t pushing;
142 ngx_uint_t npushing; 142 ngx_uint_t npushing;
143 uint64_t next_push_id; 143 uint64_t next_push_id;
144 uint64_t max_push_id; 144 uint64_t max_push_id;
145
146 ngx_uint_t goaway; /* unsigned goaway:1; */
145 147
146 ngx_connection_t *known_streams[NGX_HTTP_V3_MAX_KNOWN_STREAM]; 148 ngx_connection_t *known_streams[NGX_HTTP_V3_MAX_KNOWN_STREAM];
147 } ngx_http_v3_connection_t; 149 } ngx_http_v3_connection_t;
148 150
149 151