Remove SPDY Module

This commit is contained in:
Hakase
2018-04-10 01:35:45 +09:00
parent 1e97fe4be5
commit ae4394f371
19 changed files with 11 additions and 5875 deletions
-28
View File
@@ -134,7 +134,6 @@ if [ $HTTP = YES ]; then
# ngx_http_header_filter
# ngx_http_chunked_filter
# ngx_http_v2_filter
# ngx_http_spdy_filter
# ngx_http_range_header_filter
# ngx_http_gzip_filter
# ngx_http_postpone_filter
@@ -166,7 +165,6 @@ if [ $HTTP = YES ]; then
ngx_http_write_filter_module \
ngx_http_header_filter_module \
ngx_http_chunked_filter_module \
ngx_http_spdy_filter_module \
ngx_http_v2_filter_module \
ngx_http_range_header_filter_module \
ngx_http_gzip_filter_module \
@@ -230,19 +228,6 @@ if [ $HTTP = YES ]; then
fi
if [ $HTTP_SPDY = YES ]; then
# ngx_module_name=$HTTP_SPDY_FILTER_MODULE
ngx_module_name=ngx_http_spdy_filter_module
USE_ZLIB=YES
ngx_module_incs=
ngx_module_deps=
ngx_module_srcs=src/http/ngx_http_spdy_filter_module.c
ngx_module_libs=
ngx_module_link=$HTTP_SPDY
. auto/module
fi
if :; then
ngx_module_name=ngx_http_range_header_filter_module
ngx_module_incs=
@@ -454,19 +439,6 @@ if [ $HTTP = YES ]; then
. auto/module
fi
if [ $HTTP_SPDY = YES ]; then
have=NGX_HTTP_SPDY . auto/have
ngx_module_name=$HTTP_SPDY_MODULE
ngx_module_incs=src/http
ngx_module_deps=$HTTP_SPDY_DEPS
ngx_module_srcs=$HTTP_SPDY_SRCS
ngx_module_libs=
ngx_module_link=$HTTP_SPDY
. auto/module
fi
if [ $HTTP_V2_HPACK_ENC = YES ]; then
have=NGX_HTTP_V2_HPACK_ENC . auto/have
fi