Removed unused field from ngx_quic_header_t.
This commit is contained in:
parent
6749f64f7f
commit
ed21279b6f
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ typedef struct {
|
||||||
ngx_log_t *log;
|
ngx_log_t *log;
|
||||||
|
|
||||||
struct ngx_quic_secret_s *secret;
|
struct ngx_quic_secret_s *secret;
|
||||||
ngx_uint_t type;
|
|
||||||
ngx_uint_t *number;
|
ngx_uint_t *number;
|
||||||
uint8_t flags;
|
uint8_t flags;
|
||||||
uint32_t version;
|
uint32_t version;
|
||||||
|
|
Loading…
Reference in a new issue