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
-11
View File
@@ -520,12 +520,6 @@ ngx_http_upstream_init(ngx_http_request_t *r)
return;
}
#endif
#if (NGX_HTTP_SPDY)
if (r->spdy_stream) {
ngx_http_upstream_init_request(r);
return;
}
#endif
if (c->read->timer_set) {
ngx_del_timer(c->read);
@@ -1347,11 +1341,6 @@ ngx_http_upstream_check_broken_connection(ngx_http_request_t *r,
return;
}
#endif
#if (NGX_HTTP_SPDY)
if (r->spdy_stream) {
return;
}
#endif
#if (NGX_HAVE_KQUEUE)