comparison src/event/quic/ngx_event_quic.h @ 8850:e56a05d6dbd1 quic

QUIC: fixed resetting stream wev->ready flag. Previously, the flag could be reset after send_chain() with a limit, even though there was room for more data. The application then started waiting for a write event notification, which never happened. Now the wev->ready flag is only reset when flow control is exhausted.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 09 Feb 2022 14:49:05 +0300
parents 6c1dfd072859
children a5aebd51e4c7
comparison
equal deleted inserted replaced
8848:dde5cb0205ef 8850:e56a05d6dbd1