]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed prefixed integer encoding and decoding.
authorRoman Arutyunyan <arut@nginx.com>
Thu, 2 Jul 2020 12:15:55 +0000 (15:15 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 2 Jul 2020 12:15:55 +0000 (15:15 +0300)
commita7ef0da3c8b64f2b5f4d8a7e73e724a74611284c
tree8e759b348f31e10b8254c2f37c17d9efe581d087
parent8d41d17a12509d6f80f51a27046b7a10882892ef
HTTP/3: fixed prefixed integer encoding and decoding.

Previously bytes were ordered from MSB to LSB, but the right order is the
reverse.
src/http/v3/ngx_http_v3.c
src/http/v3/ngx_http_v3_parse.c
src/http/v3/ngx_http_v3_parse.h