]> git.kaiwu.me - nginx.git/commit
QUIC: removed outdated TODOs.
authorVladimir Homutov <vl@nginx.com>
Thu, 20 Aug 2020 13:45:48 +0000 (16:45 +0300)
committerVladimir Homutov <vl@nginx.com>
Thu, 20 Aug 2020 13:45:48 +0000 (16:45 +0300)
commit51b4d208d6a53f588cfab9dd916c229abc1da784
tree7abe9c01ed9d89cb4c2f068da192919a3396a0b8
parent4ecea6cbedb723d2edbed9a3178bcbc603c6b108
QUIC: removed outdated TODOs.

The logical quic connection state is tested by handler functions that
process corresponding types of packets (initial/handshake/application).
The packet is declined if state is incorrect.

No timeout is required for the input queue.
src/event/ngx_event_quic.c