aboutsummaryrefslogtreecommitdiff
path: root/src/http/v3/ngx_http_v3_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2023-01-10 14:05:18 +0400
committerRoman Arutyunyan <arut@nginx.com>2023-01-10 14:05:18 +0400
commit77fc6b7fb97f41b900d36a3180cd06c60ae48e52 (patch)
tree37a99f27068490f4aef9d6111005055180b1affa /src/http/v3/ngx_http_v3_request.c
parent1fe0913fccedfffade10a88d3fb3033339a42900 (diff)
downloadnginx-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