diff options
author | Roman Arutyunyan <arut@nginx.com> | 2022-01-26 18:03:45 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2022-01-26 18:03:45 +0300 |
commit | 9a9cb1982fc4232f74b5f7465876126670009c31 (patch) | |
tree | ee39238af81df927077d6a37c373e186b41fe3f4 /src | |
parent | d5e71992c3431af3c97312f75057966cbd0eb68f (diff) | |
download | nginx-9a9cb1982fc4232f74b5f7465876126670009c31.tar.gz nginx-9a9cb1982fc4232f74b5f7465876126670009c31.zip |
QUIC: style.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/quic/ngx_event_quic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c index f1d96a58a..9309faa6c 100644 --- a/src/event/quic/ngx_event_quic.c +++ b/src/event/quic/ngx_event_quic.c @@ -1474,5 +1474,3 @@ ngx_quic_shutdown_quic(ngx_connection_t *c) ngx_quic_finalize_connection(c, qc->shutdown_code, qc->shutdown_reason); } - - |