summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-07-06 17:49:01 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-07-06 17:49:01 +0400
commit3990aaaa5557d334f731dcc8f04273a0c45feee3 (patch)
tree0abab964975af40cc72f1d541fcf88b3c2719187 /src/event/quic/ngx_event_quic.c
parent4f3707c5c775ac83a0cf005617e1fdffd027b8a4 (diff)
downloadnginx-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.c')
-rw-r--r--src/event/quic/ngx_event_quic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c
index b559c485d..25f658fd4 100644
--- a/src/event/quic/ngx_event_quic.c
+++ b/src/event/quic/ngx_event_quic.c
@@ -1013,7 +1013,6 @@ ngx_quic_handle_payload(ngx_connection_t *c, ngx_quic_header_t *pkt)
if (!qc->path->validated) {
qc->path->validated = 1;
- qc->path->limited = 0;
ngx_quic_path_dbg(c, "in handshake", qc->path);
ngx_post_event(&qc->push, &ngx_posted_events);
}