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
-2
View File
@@ -74,7 +74,6 @@ typedef struct {
unsigned wildcard:1;
unsigned ssl:1;
unsigned http2:1;
unsigned spdy:1;
#if (NGX_HAVE_INET6)
unsigned ipv6only:1;
#endif
@@ -236,7 +235,6 @@ struct ngx_http_addr_conf_s {
unsigned ssl:1;
unsigned http2:1;
unsigned spdy:1;
unsigned proxy_protocol:1;
};