comparison src/event/ngx_event_quic.c @ 8450:a62849b6463c quic

Style.
author Vladimir Homutov <vl@nginx.com>
date Fri, 19 Jun 2020 11:29:30 +0300
parents 97adb87f149b
children e0f92f68e018
comparison
equal deleted inserted replaced
8449:3c32717d7bb2 8450:a62849b6463c
2171 ngx_quic_queue_frame(c->quic, frame); 2171 ngx_quic_queue_frame(c->quic, frame);
2172 2172
2173 return NGX_OK; 2173 return NGX_OK;
2174 } 2174 }
2175 2175
2176
2176 static ngx_int_t 2177 static ngx_int_t
2177 ngx_quic_handle_ack_frame(ngx_connection_t *c, ngx_quic_header_t *pkt, 2178 ngx_quic_handle_ack_frame(ngx_connection_t *c, ngx_quic_header_t *pkt,
2178 ngx_quic_ack_frame_t *ack) 2179 ngx_quic_ack_frame_t *ack)
2179 { 2180 {
2180 ssize_t n; 2181 ssize_t n;