comparison README @ 9007:35e27117b593 quic

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.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 10 Jan 2023 14:05:18 +0400
parents 79cd6993a3e3
children 3c33d39a51d3
comparison
equal deleted inserted replaced
9006:e3760b9b7c8e 9007:35e27117b593