comparison auto/sources @ 7977:336084ff943b

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.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 21 Dec 2021 07:54:16 +0300
parents 4089b3d2cb59
children 8206ecdcd837 5c86189a1c1b
comparison
equal deleted inserted replaced
7976:76aea0ad78e5 7977:336084ff943b
253 NGX_WIN32_ICONS="src/os/win32/nginx.ico" 253 NGX_WIN32_ICONS="src/os/win32/nginx.ico"
254 NGX_WIN32_RC="src/os/win32/nginx.rc" 254 NGX_WIN32_RC="src/os/win32/nginx.rc"
255 255
256 256
257 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c 257 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
258
259 HTTP_HUFF_SRCS="src/http/ngx_http_huff_decode.c
260 src/http/ngx_http_huff_encode.c"