SSL: fixed compilation without QUIC after 0d2b2664b41c.
This commit is contained in:
parent
b8698bf9d9
commit
e4a574cad4
1 changed files with 2 additions and 0 deletions
|
@ -2777,10 +2777,12 @@ ngx_ssl_shutdown(ngx_connection_t *c)
|
|||
int n, sslerr, mode;
|
||||
ngx_err_t err;
|
||||
|
||||
#if (NGX_QUIC)
|
||||
if (c->qs) {
|
||||
/* QUIC streams inherit SSL object */
|
||||
return NGX_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
ngx_ssl_ocsp_cleanup(c);
|
||||
|
||||
|
|
Loading…
Reference in a new issue