diff 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
line wrap: on
line diff
--- a/auto/sources	Mon Dec 20 20:02:48 2021 +0200
+++ b/auto/sources	Tue Dec 21 07:54:16 2021 +0300
@@ -255,3 +255,6 @@
 
 
 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
+
+HTTP_HUFF_SRCS="src/http/ngx_http_huff_decode.c
+                src/http/ngx_http_huff_encode.c"