comparison src/event/quic/ngx_event_quic.c @ 8986:55359b950132 quic

QUIC: style.
author Roman Arutyunyan <arut@nginx.com>
date Wed, 26 Jan 2022 18:03:45 +0300
parents d8865baab732
children e00295b76395
comparison
equal deleted inserted replaced
8985:da24a78720eb 8986:55359b950132
1472 } 1472 }
1473 } 1473 }
1474 1474
1475 ngx_quic_finalize_connection(c, qc->shutdown_code, qc->shutdown_reason); 1475 ngx_quic_finalize_connection(c, qc->shutdown_code, qc->shutdown_reason);
1476 } 1476 }
1477
1478