summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic_migration.c
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2022-02-16 15:45:47 +0300
committerSergey Kandaurov <pluknet@nginx.com>2022-02-16 15:45:47 +0300
commit2526632f7172d46d54dbf9738b497d91b9543f50 (patch)
tree6e1285abd478dda743dd8e49b7ca6360f21f7a62 /src/event/quic/ngx_event_quic_migration.c
parentcac8623697fadd1a42134ca3af8d0c55c9b755b7 (diff)
downloadnginx-2526632f7172d46d54dbf9738b497d91b9543f50.tar.gz
nginx-2526632f7172d46d54dbf9738b497d91b9543f50.tar.bz2
QUIC: fixed indentation.
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) {