summaryrefslogtreecommitdiffhomepage
path: root/src/event/quic/ngx_event_quic.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.c
parentcac8623697fadd1a42134ca3af8d0c55c9b755b7 (diff)
downloadnginx-2526632f7172d46d54dbf9738b497d91b9543f50.tar.gz
nginx-2526632f7172d46d54dbf9738b497d91b9543f50.tar.bz2
QUIC: fixed indentation.
Diffstat (limited to 'src/event/quic/ngx_event_quic.c')
-rw-r--r--src/event/quic/ngx_event_quic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/event/quic/ngx_event_quic.c b/src/event/quic/ngx_event_quic.c
index 8ef559dae..96884cd44 100644
--- a/src/event/quic/ngx_event_quic.c
+++ b/src/event/quic/ngx_event_quic.c
@@ -491,9 +491,9 @@ ngx_quic_close_connection(ngx_connection_t *c, ngx_int_t rc)
/* this case also handles some errors from ngx_quic_run() */
- ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
- "quic close silent drain:%d timedout:%d",
- qc->draining, c->read->timedout);
+ ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
+ "quic close silent drain:%d timedout:%d",
+ qc->draining, c->read->timedout);
} else {
/*
@@ -816,7 +816,7 @@ ngx_quic_handle_packet(ngx_connection_t *c, ngx_quic_conf_t *conf,
{
/* packet comes from unknown path, possibly migration */
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, c->log, 0,
- "quic too early migration attempt");
+ "quic too early migration attempt");
return NGX_DONE;
}
}