Skip to content

Commit

Permalink
proto/headers: todo -> unreachable as qpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Oct 5, 2023
1 parent c23bf31 commit 6a4c888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport-proto/src/headers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ impl Headers {
.into_iter()
.map(|h| (h.name().to_string(), h.value().to_string()))
.collect()),
DecoderOutput::BlockedStream => todo!(),
DecoderOutput::BlockedStream => unreachable!("Dynamic table is not allowed"),
}
}

Expand Down

0 comments on commit 6a4c888

Please sign in to comment.