]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed handling of zero-length literal field line.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 28 May 2024 13:20:45 +0000 (17:20 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 28 May 2024 13:20:45 +0000 (17:20 +0400)
commit34bd899287e2e00cbd00e2f60e5013b12e7b95b0
treefa69cc1483e86e8716528cd5da50f0fc29e9ffe6
parent9ddc6a08f4c83db5acc0a74c223ddf75a44b726d
HTTP/3: fixed handling of zero-length literal field line.

Previously, st->value was passed with NULL data pointer to header handlers.
src/http/v3/ngx_http_v3_parse.c