aboutsummaryrefslogtreecommitdiff
path: root/src/event/quic/ngx_event_quic_migration.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/quic/ngx_event_quic_migration.c')
-rw-r--r--src/event/quic/ngx_event_quic_migration.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_migration.c b/src/event/quic/ngx_event_quic_migration.c
index 6597923da..e07c53250 100644
--- a/src/event/quic/ngx_event_quic_migration.c
+++ b/src/event/quic/ngx_event_quic_migration.c
@@ -108,7 +108,7 @@ ngx_quic_handle_path_response_frame(ngx_connection_t *c,
}
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
- "quic stale PATH_RESPONSE ignored");
+ "quic stale PATH_RESPONSE ignored");
return NGX_OK;
@@ -387,7 +387,7 @@ ngx_quic_set_connection_path(ngx_connection_t *c, ngx_quic_path_t *path)
{
size_t len;
- ngx_memcpy(c->sockaddr, path->sockaddr, path->socklen);
+ ngx_memcpy(c->sockaddr, path->sockaddr, path->socklen);
c->socklen = path->socklen;
if (c->addr_text.data) {