diff options
author | Roman Arutyunyan <arut@nginx.com> | 2022-02-03 18:11:59 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2022-02-03 18:11:59 +0300 |
commit | e9c170635e7b35dd2a92ab72e57f38a3403e9566 (patch) | |
tree | 10537b2f27db00df5defc3d826a2fa43357c2e03 /src/stream/ngx_stream_proxy_module.c | |
parent | 1cc2be9616bd9117778d3576dcf3112eb93da4e3 (diff) | |
download | nginx-e9c170635e7b35dd2a92ab72e57f38a3403e9566.tar.gz nginx-e9c170635e7b35dd2a92ab72e57f38a3403e9566.zip |
QUIC: switch stream to DATA_RECVD state.
The switch happens when received byte counter reaches stream final size.
Previously, this state was skipped. The stream went from SIZE_KNOWN to
DATA_READ when all bytes were read by application.
The change prevents STOP_SENDING frames from being sent when all data is
received from client, but not yet fully read by application.
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
0 files changed, 0 insertions, 0 deletions