mirror of
https://github.com/nginx/nginx.git
synced 2025-08-05 22:26:15 +08:00
QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.
This commit is contained in:
parent
bb64f2017a
commit
72b566cea5
@ -523,6 +523,13 @@ ngx_http_upstream_init(ngx_http_request_t *r)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if (NGX_HTTP_QUIC)
|
||||
if (c->qs) {
|
||||
ngx_http_upstream_init_request(r);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (c->read->timer_set) {
|
||||
ngx_del_timer(c->read);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user