From ee37ff613fe2a746e23040a7a8aba64063123175 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 11 Sep 2015 20:13:06 +0300 Subject: The HTTP/2 implementation (RFC 7240, 7241). The SPDY support is removed, as it's incompatible with the new module. --- src/core/ngx_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/ngx_connection.h') diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h index c3aca7f47..977f0287d 100644 --- a/src/core/ngx_connection.h +++ b/src/core/ngx_connection.h @@ -118,7 +118,7 @@ typedef enum { #define NGX_LOWLEVEL_BUFFERED 0x0f #define NGX_SSL_BUFFERED 0x01 -#define NGX_SPDY_BUFFERED 0x02 +#define NGX_HTTP_V2_BUFFERED 0x02 struct ngx_connection_s { -- cgit