aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2022-02-03 18:11:59 +0300
committerRoman Arutyunyan <arut@nginx.com>2022-02-03 18:11:59 +0300
commite9c170635e7b35dd2a92ab72e57f38a3403e9566 (patch)
tree10537b2f27db00df5defc3d826a2fa43357c2e03 /src/http/ngx_http.c
parent1cc2be9616bd9117778d3576dcf3112eb93da4e3 (diff)
downloadnginx-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/http/ngx_http.c')
0 files changed, 0 insertions, 0 deletions