nginx/src
Roman Arutyunyan 77fc6b7fb9 QUIC: automatically add and never delete stream events.
Previously, stream events were added and deleted by ngx_handle_read_event() and
ngx_handle_write_event() in a way similar to level-triggered events.  However,
QUIC stream events are effectively edge-triggered and can stay active all time.
Moreover, the events are now active since the moment a stream is created.
2023-01-10 14:05:18 +04:00
..
core Merged with the default branch. 2023-01-02 17:10:22 +04:00
event QUIC: automatically add and never delete stream events. 2023-01-10 14:05:18 +04:00
http HTTP/3: fixed $connection_time. 2023-01-10 17:59:16 +04:00
mail Fixed port ranges support in the listen directive. 2022-12-18 21:29:02 +03:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Merged with the default branch. 2023-01-02 17:10:22 +04:00
stream Merged with the default branch. 2023-01-02 17:10:22 +04:00