Skip to content

Commit c33c7e4

Browse files
authored
fix: keep content-length header in compressed responses (#395)
Closes #388
1 parent 2df5d94 commit c33c7e4

File tree

6 files changed

+107
-103
lines changed

6 files changed

+107
-103
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ members = [
1111
[patch.crates-io]
1212
h2 = { git = "https://github.com/apify/h2", rev = "7f393a728a8db07cabb1b78d2094772b33943b9a" }
1313
rustls = { git = "https://github.com/apify/rustls", rev="4823cdb16098938eccf91af1329e9d5b681e3554" }
14+
tower-http = { git = "https://github.com/apify/tower-http", branch="main" }
1415

1516
[profile.release]
1617
strip = true # Automatically strip symbols from the binary.

0 commit comments

Comments
 (0)