comparison auto/cc/conf @ 6395:ba3c2ca21aa5

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
author Valentin Bartenev <vbart@nginx.com>
date Thu, 11 Feb 2016 15:35:36 +0300
parents 85dea406e18f
children 0c3e464682e2
comparison
equal deleted inserted replaced
6394:5fe617f38222 6395:ba3c2ca21aa5
223 var(0, buf, \"%d\", 1); 223 var(0, buf, \"%d\", 1);
224 if (buf[0] != '1') return 1" 224 if (buf[0] != '1') return 1"
225 . auto/feature 225 . auto/feature
226 226
227 227
228 ngx_feature="gcc builtin 64 bit byteswap"
229 ngx_feature_name="NGX_HAVE_GCC_BSWAP64"
230 ngx_feature_run=no
231 ngx_feature_incs=
232 ngx_feature_path=
233 ngx_feature_libs=
234 ngx_feature_test="__builtin_bswap64(0)"
235 . auto/feature
236
237
228 # ngx_feature="inline" 238 # ngx_feature="inline"
229 # ngx_feature_name= 239 # ngx_feature_name=
230 # ngx_feature_run=no 240 # ngx_feature_run=no
231 # ngx_feature_incs="int inline f(void) { return 1 }" 241 # ngx_feature_incs="int inline f(void) { return 1 }"
232 # ngx_feature_path= 242 # ngx_feature_path=