-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I noticed that when a STREAM frame is received which has no explicit length information (length is until end of packet) then no length field is logged in the stream event. Wireshark shows a length however, so the info might already be extracted somewhere?
Emitted event:
[
"15",
"transport",
"packet_received",
{
"packet_type": "1RTT",
"header": {
"dcid": "6ef15ae8d7504312",
"packet_number": "957",
"packet_size": 1200,
"payload_length": 1189
},
"frames": [
{
"frame_type": "ack",
"ack_delay": "0",
"acked_ranges": [
[
"16",
"21"
]
]
},
{
"frame_type": "stream",
"stream_id": "0",
"offset": "1097128",
"fin": false
}
]
}
],
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
