comparison auto/sources @ 6246:257b51c37c5a

The HTTP/2 implementation (RFC 7240, 7241). The SPDY support is removed, as it's incompatible with the new module.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 11 Sep 2015 20:13:06 +0300
parents 0dcef374b8bb
children 2c8874c22073
comparison
equal deleted inserted replaced
6245:3cf25d33886a 6246:257b51c37c5a
315 HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c 315 HTTP_POSTPONE_FILTER_SRCS=src/http/ngx_http_postpone_filter_module.c
316 316
317 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c 317 HTTP_FILE_CACHE_SRCS=src/http/ngx_http_file_cache.c
318 318
319 319
320 HTTP_SPDY_MODULE=ngx_http_spdy_module 320 HTTP_V2_MODULE=ngx_http_v2_module
321 HTTP_SPDY_FILTER_MODULE=ngx_http_spdy_filter_module 321 HTTP_V2_FILTER_MODULE=ngx_http_v2_filter_module
322 HTTP_SPDY_DEPS="src/http/ngx_http_spdy.h \ 322 HTTP_V2_INCS="src/http/v2"
323 src/http/ngx_http_spdy_module.h" 323 HTTP_V2_DEPS="src/http/v2/ngx_http_v2.h \
324 HTTP_SPDY_SRCS="src/http/ngx_http_spdy.c \ 324 src/http/v2/ngx_http_v2_module.h"
325 src/http/ngx_http_spdy_module.c \ 325 HTTP_V2_SRCS="src/http/v2/ngx_http_v2.c \
326 src/http/ngx_http_spdy_filter_module.c" 326 src/http/v2/ngx_http_v2_table.c \
327 src/http/v2/ngx_http_v2_huff_decode.c \
328 src/http/v2/ngx_http_v2_huff_encode.c \
329 src/http/v2/ngx_http_v2_module.c \
330 src/http/v2/ngx_http_v2_filter_module.c"
327 331
328 332
329 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module 333 HTTP_CHARSET_FILTER_MODULE=ngx_http_charset_filter_module
330 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter_module.c 334 HTTP_CHARSET_SRCS=src/http/modules/ngx_http_charset_filter_module.c
331 335