]> git.kaiwu.me - nginx.git/commit
HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int().
authorRoman Arutyunyan <arut@nginx.com>
Mon, 13 Jul 2020 09:33:00 +0000 (12:33 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 13 Jul 2020 09:33:00 +0000 (12:33 +0300)
commit6d7ddb54711c00e6a43ae16c9151ad9d9c89a86c
tree087295aa32636c83b10ba1b85816033cceb6edf4
parentfc5a7234b469cf939c7e44b76ca1146ac7ecf519
HTTP/3: encode frame ids with ngx_http_v3_encode_varlen_int().

Even though typically frame ids fit into a single byte, calling
ngx_http_v3_encode_varlen_int() adds to the code clarity.
src/http/v3/ngx_http_v3_request.c