]> git.kaiwu.me - nginx.git/commit
QUIC: separate event handling functions.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 9 Sep 2021 13:55:00 +0000 (16:55 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 9 Sep 2021 13:55:00 +0000 (16:55 +0300)
commit00bb4e4b8d2c6fa9a9323b158cfc22071b848e87
tree1c917d7dfea6400bad0ffdad8bad2909a355d8d8
parent9d7f2e79176b3fc73c06e8ba1594f287b4536bbe
QUIC: separate event handling functions.

The functions ngx_quic_handle_read_event() and ngx_quic_handle_write_event()
are added.  Previously this code was a part of ngx_handle_read_event() and
ngx_handle_write_event().

The change simplifies ngx_handle_read_event() and ngx_handle_write_event()
by moving QUIC-related code to a QUIC source file.
src/event/ngx_event.c
src/event/quic/ngx_event_quic.h
src/event/quic/ngx_event_quic_streams.c