diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-06-19 11:29:30 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-06-19 11:29:30 +0300 |
commit | 9022fc686d447360c3e01ea0ead47dcb1035ecc9 (patch) | |
tree | b7d7485b7810e4abd4b8198722af900bca77c828 /src | |
parent | cbfecb46fe6b0bd67dc3db47504fd2bb74239645 (diff) | |
download | nginx-9022fc686d447360c3e01ea0ead47dcb1035ecc9.tar.gz nginx-9022fc686d447360c3e01ea0ead47dcb1035ecc9.zip |
Style.
Diffstat (limited to 'src')
-rw-r--r-- | src/event/ngx_event_quic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c index 1fc0c52ee..99a2183f5 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/ngx_event_quic.c @@ -2173,6 +2173,7 @@ ngx_quic_send_new_token(ngx_connection_t *c) return NGX_OK; } + static ngx_int_t ngx_quic_handle_ack_frame(ngx_connection_t *c, ngx_quic_header_t *pkt, ngx_quic_ack_frame_t *ack) |