There is no reason to test <qc> nullity at the end of this function because it is
clearly not null, furthermore the trace handle the case where <qc> is null.
Must be backported to 2.7.
drop:
HA_ATOMIC_INC(&qc->prx_counters->dropped_pkt);
- TRACE_PROTO("packet drop", QUIC_EV_CONN_LPKT, qc ? qc : NULL, pkt, NULL, qv);
- TRACE_LEAVE(QUIC_EV_CONN_LPKT, qc ? qc : NULL);
+ TRACE_PROTO("packet drop", QUIC_EV_CONN_LPKT, qc, pkt, NULL, qv);
+ TRACE_LEAVE(QUIC_EV_CONN_LPKT, qc);
}
/* This function builds into a buffer at <pos> position a QUIC long packet header,