mirror of
https://github.com/nginx/nginx.git
synced 2024-12-21 01:27:48 +08:00
QUIC: changed debug message.
This commit is contained in:
parent
025fa0374e
commit
281afc950d
@ -1431,7 +1431,7 @@ ngx_quic_push_handler(ngx_event_t *ev)
|
||||
{
|
||||
ngx_connection_t *c;
|
||||
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, 0, "quic push timer");
|
||||
ngx_log_debug0(NGX_LOG_DEBUG_EVENT, ev->log, 0, "quic push handler");
|
||||
|
||||
c = ev->data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user