Skip to content

Use decompression from tower-http#2840

Merged
seanmonstar merged 6 commits intoseanmonstar:masterfrom
ducaale:decompression-from-tower-http
Dec 8, 2025
Merged

Use decompression from tower-http#2840
seanmonstar merged 6 commits intoseanmonstar:masterfrom
ducaale:decompression-from-tower-http

Conversation

@ducaale
Copy link
Contributor

@ducaale ducaale commented Oct 19, 2025

@ducaale ducaale force-pushed the decompression-from-tower-http branch 2 times, most recently from da8b819 to fdb2283 Compare October 19, 2025 21:28
@ducaale ducaale changed the title Use decompression from http-tower Use decompression from tower-http Oct 19, 2025
@ducaale ducaale force-pushed the decompression-from-tower-http branch 2 times, most recently from 6eaf312 to 2f95afa Compare October 27, 2025 22:44
@ducaale
Copy link
Contributor Author

ducaale commented Oct 29, 2025

Update: I will need to port reqwest's empty-body detection logic to tower_http::decompression::Decompression

@ducaale ducaale force-pushed the decompression-from-tower-http branch 2 times, most recently from 27bfead to 55d134b Compare November 15, 2025 20:36
@ducaale ducaale marked this pull request as ready for review November 15, 2025 21:37
@ducaale ducaale marked this pull request as draft November 15, 2025 21:42
@ducaale ducaale force-pushed the decompression-from-tower-http branch 2 times, most recently from a131cc6 to 20c0fd2 Compare November 15, 2025 23:34
@ducaale ducaale marked this pull request as ready for review November 15, 2025 23:44
@ducaale ducaale force-pushed the decompression-from-tower-http branch from 20c0fd2 to b57075b Compare November 24, 2025 16:15
@seanmonstar
Copy link
Owner

Just released tower-http v0.6.7 :)

@ducaale ducaale force-pushed the decompression-from-tower-http branch 5 times, most recently from c42bd52 to 969aec2 Compare November 28, 2025 16:18
Copy link
Owner

@seanmonstar seanmonstar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent work, thanks so much!

(I think this might only be waiting on a new tower-http release?)

@seanmonstar
Copy link
Owner

Alright then, v0.6.8 of tower-http is out now :)

@ducaale ducaale force-pushed the decompression-from-tower-http branch from e595989 to 8037282 Compare December 8, 2025 16:03
@seanmonstar
Copy link
Owner

+121 -812

Woot!

@seanmonstar seanmonstar merged commit b7c3712 into seanmonstar:master Dec 8, 2025
37 checks passed
@ducaale ducaale deleted the decompression-from-tower-http branch December 8, 2025 16:35
kodiakhq bot pushed a commit to pdylanross/fatigue that referenced this pull request Dec 9, 2025
Bumps reqwest from 0.12.24 to 0.12.25.

Release notes
Sourced from reqwest's releases.

v0.12.25
Highlights

Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
Fix sending Proxy-Authorization if only username is configured.
Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
Refactor internal decompression handling to use tower-http.

What's Changed

tests: fix wasm timeout test with uncached response by @​seanmonstar in seanmonstar/reqwest#2853
docs: document connection pooling behavior by @​vinzmyko in seanmonstar/reqwest#2851
docs: document WASM client by @​vinzmyko in seanmonstar/reqwest#2859
chore: minor improvement for docs by @​black5box in seanmonstar/reqwest#2862
fix: send proxy-authorization even with empty password by @​barjin in seanmonstar/reqwest#2868
feat(error): add is_upgrade method to detect protocol upgrade errors by @​0x676e67 in seanmonstar/reqwest#2822
Use decompression from tower-http by @​ducaale in seanmonstar/reqwest#2840
fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targets by @​0x676e67 in seanmonstar/reqwest#2872
v0.12.25 by @​seanmonstar in seanmonstar/reqwest#2880

New Contributors

@​vinzmyko made their first contribution in seanmonstar/reqwest#2851
@​black5box made their first contribution in seanmonstar/reqwest#2862
@​barjin made their first contribution in seanmonstar/reqwest#2868

Full Changelog: seanmonstar/reqwest@v0.12.24...v0.12.25



Changelog
Sourced from reqwest's changelog.

v0.12.25

Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
Fix sending Proxy-Authorization if only username is configured.
Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
Refactor internal decompression handling to use tower-http.




Commits

f156a9f v0.12.25
fc1ff4f fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targ...
b7c3712 Use decompression from tower-http (#2840)
74e6f84 feat(error): add is_upgrade method to detect protocol upgrade errors (#2822)
c0c06b7 fix: send proxy-authorization even with empty password (#2868)
a2aa5a3 chore: minor improvement for docs (#2862)
9c4999d docs: document WASM client (#2859)
a97e195 docs: document connection pooling behavior (#2851)
e3093ed tests: fix wasm timeout test with uncached response (#2853)
See full diff in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor decompression to use tower-http

2 participants