Skip to content

Commit

Permalink
disable cloudflare HTTP/2 HPACK Full encoding patch part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Oct 10, 2017
1 parent cd280f5 commit 881f646
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions inc/nginx_configure.inc
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ if [[ "$CENTOS_SEVEN" = '7' || "$CENTOS_SIX" = '6' ]]; then
echo "$DETECT_NGXVER"
fi

if [[ "$NGINX_HPACK" = [yY] && "$DETECT_NGXVER" -ge '1013001' ]]; then
NGX_HPACK_OPT=' --with-http_v2_hpack_enc'
elif [[ "$NGINX_HPACK" = [yY] && "$DETECT_NGXVER" -ge '1013001' ]]; then
if [[ "$NGINX_HPACK" = [yY] && "$DETECT_NGXVER" -ge '1013001' && "$DETECT_NGXVER" -lt '1013006' ]]; then
NGX_HPACK_OPT=' --with-http_v2_hpack_enc'
else
NGX_HPACK_OPT=""
Expand Down

0 comments on commit 881f646

Please sign in to comment.