mirror of
https://github.com/nginx/nginx.git
synced 2025-06-28 02:02:50 +08:00
QUIC: added connection id debug.
This commit is contained in:
parent
7369bdc47c
commit
9f583efe3d
@ -906,9 +906,7 @@ ngx_quic_new_dcid(ngx_connection_t *c, ngx_quic_connection_t *qc,
|
|||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef NGX_QUIC_DEBUG_PACKETS
|
|
||||||
ngx_quic_hexdump(c->log, "quic server CID", qc->dcid.data, qc->dcid.len);
|
ngx_quic_hexdump(c->log, "quic server CID", qc->dcid.data, qc->dcid.len);
|
||||||
#endif
|
|
||||||
|
|
||||||
qc->odcid.len = odcid->len;
|
qc->odcid.len = odcid->len;
|
||||||
qc->odcid.data = ngx_pstrdup(c->pool, odcid);
|
qc->odcid.data = ngx_pstrdup(c->pool, odcid);
|
||||||
|
Loading…
Reference in New Issue
Block a user