mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
Fixed packet "input" debug log message.
This commit is contained in:
parent
0bc9857b47
commit
941d4f1c2e
@ -1203,7 +1203,7 @@ ngx_quic_handshake_input(ngx_connection_t *c, ngx_buf_t *bb)
|
|||||||
p = bb->pos;
|
p = bb->pos;
|
||||||
b = bb->start;
|
b = bb->start;
|
||||||
|
|
||||||
ngx_quic_hexdump0(c->log, "input", buf, n);
|
ngx_quic_hexdump0(c->log, "input", p, n);
|
||||||
|
|
||||||
if ((p[0] & 0xf0) != NGX_QUIC_PKT_HANDSHAKE) {
|
if ((p[0] & 0xf0) != NGX_QUIC_PKT_HANDSHAKE) {
|
||||||
ngx_log_error(NGX_LOG_INFO, c->log, 0, "invalid packet type");
|
ngx_log_error(NGX_LOG_INFO, c->log, 0, "invalid packet type");
|
||||||
|
Loading…
Reference in New Issue
Block a user