forked from Hakase/nginx-build
Rollback SPDY module and SSL config (TLSv1, TLSv1.1)
This commit is contained in:
@@ -520,6 +520,12 @@ 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);
|
||||
@@ -1341,6 +1347,11 @@ 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user