Latest update - 9184
This commit is contained in:
@@ -886,8 +886,8 @@ ngx_quic_log_frame(ngx_log_t *log, ngx_quic_frame_t *f, ngx_uint_t tx)
|
||||
break;
|
||||
}
|
||||
|
||||
ngx_log_debug4(NGX_LOG_DEBUG_EVENT, log, 0, "quic frame %s %s %*s",
|
||||
tx ? "tx" : "rx", ngx_quic_level_name(f->level),
|
||||
ngx_log_debug5(NGX_LOG_DEBUG_EVENT, log, 0, "quic frame %s %s:%uL %*s",
|
||||
tx ? "tx" : "rx", ngx_quic_level_name(f->level), f->pnum,
|
||||
p - buf, buf);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user