Fixed
- Disable
multiple_membersin Gzip decoder, since HTTP context only uses one member. (#621)
What's Changed
- Disable
multiple_membersoption for gzip decoder by @ducaale in https://github.com/tower-rs/tower-http/pull/621 - ci: Pin tracing in MSRV job by @ducaale in https://github.com/tower-rs/tower-http/pull/62...