]> git.kaiwu.me - nginx.git/commit
Moved Huffman coding out of HTTP/2.
authorRuslan Ermilov <ru@nginx.com>
Tue, 21 Dec 2021 04:54:16 +0000 (07:54 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 21 Dec 2021 04:54:16 +0000 (07:54 +0300)
commit363505e806feebb7ceb1f9edb0e3f75c1253384f
tree96b09e11f52821d4e54fb33543abb0af443f042e
parentb5d022e79756daf0ca2a5221a9e1dddb910d13da
Moved Huffman coding out of HTTP/2.

ngx_http_v2_huff_decode.c and ngx_http_v2_huff_encode.c are renamed
to ngx_http_huff_decode.c and ngx_http_huff_encode.c.
auto/modules
auto/sources
src/http/modules/ngx_http_grpc_module.c
src/http/ngx_http.h
src/http/ngx_http_huff_decode.c [moved from src/http/v2/ngx_http_v2_huff_decode.c with 99% similarity]
src/http/ngx_http_huff_encode.c [moved from src/http/v2/ngx_http_v2_huff_encode.c with 93% similarity]
src/http/v2/ngx_http_v2.c
src/http/v2/ngx_http_v2.h
src/http/v2/ngx_http_v2_encode.c