Skip to content

Commit

Permalink
Update qlog.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <[email protected]>
Signed-off-by: Lars Eggert <[email protected]>
  • Loading branch information
larseggert and mxinden authored Apr 15, 2024
1 parent 02c69cf commit fae33f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neqo-transport/src/qlog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,6 @@ pub fn metrics_updated(qlog: &mut NeqoQlog, updated_metrics: &[QlogMetric]) {
impl From<&Frame<'_>> for QuicFrame {
fn from(frame: &Frame) -> Self {
match frame {
// TODO: Add payload length to `QuicFrame::Padding` once
// https://github.com/cloudflare/quiche/pull/1745 is available via the qlog crate.
Frame::Padding(len) => QuicFrame::Padding {
length: None,
payload_length: u32::from(*len),
Expand Down

0 comments on commit fae33f6

Please sign in to comment.