]> 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)
commitffed470390784524800ca38dd415c2d71442c6c2
tree921d2bbc5e6f69b18924c7acb76558c66f0e75d9
parent0e7702e06655e3b439be8fbcd57bc91539912c2f
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