mirror of
https://github.com/nginx/nginx.git
synced 2025-08-06 14:56:15 +08:00
Removed unused variable.
This commit is contained in:
parent
21b6854bfe
commit
b26d5deae4
@ -635,11 +635,9 @@ ngx_quic_initial_input(ngx_connection_t *c, ngx_quic_header_t *pkt)
|
|||||||
static ngx_int_t
|
static ngx_int_t
|
||||||
ngx_quic_handshake_input(ngx_connection_t *c, ngx_quic_header_t *pkt)
|
ngx_quic_handshake_input(ngx_connection_t *c, ngx_quic_header_t *pkt)
|
||||||
{
|
{
|
||||||
ngx_ssl_conn_t *ssl_conn;
|
|
||||||
ngx_quic_connection_t *qc;
|
ngx_quic_connection_t *qc;
|
||||||
|
|
||||||
qc = c->quic;
|
qc = c->quic;
|
||||||
ssl_conn = c->ssl->connection;
|
|
||||||
|
|
||||||
/* extract cleartext data into pkt */
|
/* extract cleartext data into pkt */
|
||||||
if (ngx_quic_parse_long_header(pkt) != NGX_OK) {
|
if (ngx_quic_parse_long_header(pkt) != NGX_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user