]> git.kaiwu.me - nginx.git/commit
QUIC: do not handle empty dcid.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 30 Mar 2021 11:33:47 +0000 (14:33 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 30 Mar 2021 11:33:47 +0000 (14:33 +0300)
commit6b70513bd8809f4addd059886a070bb7ed6cb612
tree11f8ce3a4030042a1accc271bdff9c174568be6f
parentdaf9c643d1ee3ee0f2b00bf9b75966f055e67821
QUIC: do not handle empty dcid.

When a QUIC datagram arrives, its DCID is never empty.  Previously, the case
of empty DCID was handled.  Now this code is simplified.
src/event/ngx_event_udp.c