diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-16 15:45:47 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2022-02-16 15:45:47 +0300 |
| commit | 2526632f7172d46d54dbf9738b497d91b9543f50 (patch) | |
| tree | 6e1285abd478dda743dd8e49b7ca6360f21f7a62 /src/event/quic/ngx_event_quic.c | |
| parent | cac8623697fadd1a42134ca3af8d0c55c9b755b7 (diff) | |
| download | nginx-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.c | 8 |
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; } } |
