Skip to content

Commit

Permalink
Fix NewToken frame in qlog (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj authored Apr 1, 2024
1 parent 2adf556 commit f0760e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame.rs
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ impl Frame {

Frame::NewToken { .. } => QuicFrame::NewToken {
token: qlog::events::Token {
token_type: Some(qlog::events::TokenType::Retry),
token_type: Some(qlog::events::TokenType::Resumption),
raw: None,
details: None,
},
Expand Down

0 comments on commit f0760e4

Please sign in to comment.