diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2023-07-06 17:49:01 +0400 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2023-07-06 17:49:01 +0400 |
| commit | 3990aaaa5557d334f731dcc8f04273a0c45feee3 (patch) | |
| tree | 0abab964975af40cc72f1d541fcf88b3c2719187 /src/event/quic/ngx_event_quic_connection.h | |
| parent | 4f3707c5c775ac83a0cf005617e1fdffd027b8a4 (diff) | |
| download | nginx-3990aaaa5557d334f731dcc8f04273a0c45feee3.tar.gz nginx-3990aaaa5557d334f731dcc8f04273a0c45feee3.tar.bz2 | |
QUIC: removed path->limited flag.
Its value is the opposite of path->validated.
Diffstat (limited to 'src/event/quic/ngx_event_quic_connection.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_connection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_connection.h b/src/event/quic/ngx_event_quic_connection.h index 466f90f93..0dd2392e7 100644 --- a/src/event/quic/ngx_event_quic_connection.h +++ b/src/event/quic/ngx_event_quic_connection.h @@ -101,7 +101,6 @@ struct ngx_quic_path_s { u_char text[NGX_SOCKADDR_STRLEN]; unsigned validated:1; unsigned validating:1; - unsigned limited:1; }; |
