comparison src/http/v3/ngx_http_v3.h @ 8681:cb8185bd0507 quic

HTTP/3: added comment.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 12 Jan 2021 21:08:55 +0000
parents e1eb7f4ca9f1
children 6bd8ed493b85
comparison
equal deleted inserted replaced
8680:58acdba9b3b2 8681:cb8185bd0507
114 size_t capacity; 114 size_t capacity;
115 } ngx_http_v3_dynamic_table_t; 115 } ngx_http_v3_dynamic_table_t;
116 116
117 117
118 typedef struct { 118 typedef struct {
119 /* the http connection must be first */
119 ngx_http_connection_t hc; 120 ngx_http_connection_t hc;
120 ngx_http_v3_dynamic_table_t table; 121 ngx_http_v3_dynamic_table_t table;
121 122
122 ngx_queue_t blocked; 123 ngx_queue_t blocked;
123 ngx_uint_t nblocked; 124 ngx_uint_t nblocked;