aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2022-02-17 22:38:42 +0300
committerRoman Arutyunyan <arut@nginx.com>2022-02-17 22:38:42 +0300
commitc24c27bb074b571fc9e9d75e19be31b83c69c253 (patch)
tree8e53c741d79bf65af955072adf21cf5fd617f796 /src/http/ngx_http_request.c
parent2526632f7172d46d54dbf9738b497d91b9543f50 (diff)
downloadnginx-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