mirror of
https://github.com/nginx/nginx.git
synced 2024-11-21 16:28:40 +00:00
QUIC: style.
This commit is contained in:
parent
4d472cd792
commit
25d8ab363b
@ -576,7 +576,7 @@ ngx_quic_payload_size(ngx_quic_header_t *pkt, size_t pkt_len)
|
||||
{
|
||||
size_t len;
|
||||
|
||||
if ngx_quic_short_pkt(pkt->flags) {
|
||||
if (ngx_quic_short_pkt(pkt->flags)) {
|
||||
|
||||
len = 1 + pkt->dcid.len + pkt->num_len + EVP_GCM_TLS_TAG_LEN;
|
||||
if (len > pkt_len) {
|
||||
|
Loading…
Reference in New Issue
Block a user