forked from quic-go/quic-go
introduce separate tracing calls for sent long and short header packets
This commit is contained in:
@@ -154,7 +154,7 @@ func (e eventConnectionClosed) MarshalJSONObject(enc *gojay.Encoder) {
|
||||
}
|
||||
|
||||
type eventPacketSent struct {
|
||||
Header packetHeader
|
||||
Header gojay.MarshalerJSONObject // either a shortHeader or a packetHeader
|
||||
Length logging.ByteCount
|
||||
PayloadLength logging.ByteCount
|
||||
Frames frames
|
||||
|
||||
Reference in New Issue
Block a user