mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
QUIC: fixed building ALPN callback without debug and http2.
This commit is contained in:
parent
71f9b41c7f
commit
a969893656
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ ngx_http_ssl_alpn_select(ngx_ssl_conn_t *ssl_conn, const unsigned char **out,
|
|||
#if (NGX_HTTP_V2 || NGX_HTTP_QUIC)
|
||||
ngx_http_connection_t *hc;
|
||||
#endif
|
||||
#if (NGX_HTTP_V2 || NGX_DEBUG)
|
||||
#if (NGX_HTTP_V2 || NGX_HTTP_QUIC || NGX_DEBUG)
|
||||
ngx_connection_t *c;
|
||||
|
||||
c = ngx_ssl_get_connection(ssl_conn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue