Skip to content

Commit 63a51ae

Browse files
committed
test(decompression-plz): bump oneone-plz to v0.0.4
1 parent e5801dc commit 63a51ae

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

decompression-plz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ thiserror = { workspace = true }
2323
tracing = { workspace = true }
2424

2525
[dev-dependencies]
26-
oneone-plz = "0.0.3"
26+
oneone-plz = "0.0.4"

decompression-plz/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ where
5353
) => {
5454
// Convert chunked to raw
5555
// http/1 only
56+
// TODO: check if only te is chunked
5657
if decode_struct.is_chunked_te() {
5758
decode_struct.chunked_to_raw();
5859
}
59-
// TODO: check if only te is chunked
6060
let next_state = match apply_encoding(
6161
&mut decode_struct,
6262
&mut encoding_infos,

0 commit comments

Comments
 (0)