mirror of
https://github.com/nginx/nginx.git
synced 2025-07-31 18:46:15 +08:00
QUIC: style.
This commit is contained in:
parent
01d27365c6
commit
8f8cb92e92
@ -86,4 +86,3 @@ ngx_bpf_program_t ngx_quic_reuseport_helper = {
|
|||||||
.license = "BSD",
|
.license = "BSD",
|
||||||
.type = BPF_PROG_TYPE_SK_REUSEPORT,
|
.type = BPF_PROG_TYPE_SK_REUSEPORT,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1188,4 +1188,3 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt, uint64_t *largest_pn)
|
|||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -350,6 +350,4 @@ ngx_quic_get_unconnected_socket(ngx_connection_t *c)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user