QUIC: style.

This commit is contained in:
Sergey Kandaurov 2021-10-26 18:05:57 +03:00
parent 01d27365c6
commit 8f8cb92e92
3 changed files with 1 additions and 5 deletions

View File

@ -86,4 +86,3 @@ ngx_bpf_program_t ngx_quic_reuseport_helper = {
.license = "BSD",
.type = BPF_PROG_TYPE_SK_REUSEPORT,
};

View File

@ -1188,4 +1188,3 @@ ngx_quic_decrypt(ngx_quic_header_t *pkt, uint64_t *largest_pn)
return NGX_OK;
}

View File

@ -350,6 +350,4 @@ ngx_quic_get_unconnected_socket(ngx_connection_t *c)
}
return NULL;
}
}