diff options
author | Roman Arutyunyan <arut@nginx.com> | 2023-01-10 14:05:18 +0400 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2023-01-10 14:05:18 +0400 |
commit | 77fc6b7fb97f41b900d36a3180cd06c60ae48e52 (patch) | |
tree | 37a99f27068490f4aef9d6111005055180b1affa /src/http/v3/ngx_http_v3_request.c | |
parent | 1fe0913fccedfffade10a88d3fb3033339a42900 (diff) | |
download | nginx-77fc6b7fb97f41b900d36a3180cd06c60ae48e52.tar.gz nginx-77fc6b7fb97f41b900d36a3180cd06c60ae48e52.zip |
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.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions