]> git.kaiwu.me - nginx.git/commit
HTTP/2: implemented HPACK Huffman encoding for response headers.
authorValentin Bartenev <vbart@nginx.com>
Thu, 11 Feb 2016 12:35:36 +0000 (15:35 +0300)
committerValentin Bartenev <vbart@nginx.com>
Thu, 11 Feb 2016 12:35:36 +0000 (15:35 +0300)
commit531e6fbfd6c785a7b42c285c12d3f0721cc989c7
treec0c16713a0a42526a22cf1ec20767cae1985eb33
parent3b9b07377b67b1980512e97663220108695c26ea
HTTP/2: implemented HPACK Huffman encoding for response headers.

This reduces the size of headers by over 30% on average.

Based on the patch by Vlad Krasnov:
http://mailman.nginx.org/pipermail/nginx-devel/2015-December/007682.html
auto/cc/conf
src/http/v2/ngx_http_v2.h
src/http/v2/ngx_http_v2_filter_module.c
src/http/v2/ngx_http_v2_huff_encode.c