Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extend panic when pn_len is 0 with metadata (#2134)
`Connection::add_packet_number -> PacketBuilder::pn -> Encoder::encode_uint` panics when `pn_len` is `0`. These panics are seen in Firefox crash reports. To be able to find the root cause of the panic, add additional metadata. See #2132 for details.
- Loading branch information