diff src/event/ngx_event_quic_protection.c @ 8565:0e12c4aca3ab quic

QUIC: fixed clang-ast asserts.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 01 Oct 2020 12:09:47 +0100
parents b31c02454539
children 52ad697f9d1c
line wrap: on
line diff
--- a/src/event/ngx_event_quic_protection.c
+++ b/src/event/ngx_event_quic_protection.c
@@ -972,7 +972,7 @@ ngx_quic_new_sr_token(ngx_connection_t *
 
 #if (NGX_DEBUG)
     ngx_quic_hexdump(c->log, "quic stateless reset token", token,
-                     NGX_QUIC_SR_TOKEN_LEN);
+                     (size_t) NGX_QUIC_SR_TOKEN_LEN);
 #endif
 
     return NGX_OK;