summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_huff_decode.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14Adjusted Huffman coding debug logging, missed in 7977:336084ff943b.Sergey Kandaurov1-3/+3
Spotted by XingY Wang.
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov1-9/+9
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.
2015-09-11The HTTP/2 implementation (RFC 7240, 7241).Valentin Bartenev1-0/+2714
The SPDY support is removed, as it's incompatible with the new module.