Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 7, 2024
1 parent 0c43ce0 commit 91a6683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/tests/connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn ack_for_unsent() {
let client_dcid = client_dcid.to_owned();

let server_packet = server.process(client_initial.as_dgram_ref(), now()).dgram();
let (server_initial, server_hs) = split_datagram(server_packet.as_ref().unwrap());
let (server_initial, _) = split_datagram(server_packet.as_ref().unwrap());
let (protected_header, _, _, payload) =
decode_initial_header(&server_initial, Role::Server).unwrap();

Expand Down

0 comments on commit 91a6683

Please sign in to comment.