diff options
author | Roman Arutyunyan <arut@nginx.com> | 2022-02-17 22:38:42 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2022-02-17 22:38:42 +0300 |
commit | c24c27bb074b571fc9e9d75e19be31b83c69c253 (patch) | |
tree | 8e53c741d79bf65af955072adf21cf5fd617f796 /src/http/ngx_http_request.c | |
parent | 2526632f7172d46d54dbf9738b497d91b9543f50 (diff) | |
download | nginx-c24c27bb074b571fc9e9d75e19be31b83c69c253.tar.gz nginx-c24c27bb074b571fc9e9d75e19be31b83c69c253.zip |
QUIC: fixed insertion at the end of buffer.
Previously, last buffer was tracked by keeping a pointer to the previous
chain link "next" field. When the previous buffer was split and then removed,
the pointer was no longer valid. Writing at this pointer resulted in broken
data chains.
Now last buffer is tracked by keeping a direct pointer to it.
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions