From: Vladimir Homutov Date: Fri, 2 Oct 2020 09:56:34 +0000 (+0300) Subject: QUIC: added connection id debug. X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=9f583efe3d77b719c142a3db9a9bfc2343e10a89;p=nginx.git QUIC: added connection id debug. --- diff --git a/src/event/ngx_event_quic.c b/src/event/ngx_event_quic.c index 7b253a563..3aed7573c 100644 --- a/src/event/ngx_event_quic.c +++ b/src/event/ngx_event_quic.c @@ -906,9 +906,7 @@ ngx_quic_new_dcid(ngx_connection_t *c, ngx_quic_connection_t *qc, return NGX_ERROR; } -#ifdef NGX_QUIC_DEBUG_PACKETS ngx_quic_hexdump(c->log, "quic server CID", qc->dcid.data, qc->dcid.len); -#endif qc->odcid.len = odcid->len; qc->odcid.data = ngx_pstrdup(c->pool, odcid);