History log of /tonic/tests/compression/src/lib.rs (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.12.3, v0.12.2, v0.12.1, v0.12.0, v0.11.0, v0.10.2, v0.10.1, v0.10.0
# 23602b47 03-Aug-2023 tottoto <[email protected]>

chore(tests): Reduce futures crates (#1448)


Revision tags: v0.9.2, v0.9.1, v0.9.0
# bf22a740 13-Dec-2022 tottoto <[email protected]>

chore: Update to 2021 edition (#1188)


Revision tags: v0.8.4, v0.8.3, v0.8.2, v0.8.1, v0.8.0, v0.7.2, v0.7.1, v0.7.0
# d4973642 22-Feb-2022 Lucio Franco <[email protected]>

chore: Remove MockStream (#923)


# 366d888a 12-Jan-2022 tottoto <[email protected]>

chore: Fix clippy lints (#881)


Revision tags: v0.6.2, v0.6.1, v0.6.0
# 23c1392f 25-Oct-2021 Lucio Franco <[email protected]>

fix(tonic): Remove `Sync` requirement for streams (#804)


Revision tags: v0.5.2, v0.5.1, v0.5.0
# 0583cff8 02-Jul-2021 David Pedersen <[email protected]>

feat(codec): compression support (#692)

* Initial compression support

* Support configuring compression on `Server`

* Minor clean up

* Test that compression is actually happening

* Clean

feat(codec): compression support (#692)

* Initial compression support

* Support configuring compression on `Server`

* Minor clean up

* Test that compression is actually happening

* Clean up some todos

* channels compressing requests

* Move compression to be on the codecs

* Test sending compressed request to server that doesn't support it

* Clean up a bit

* Compress server streams

* Compress client streams

* Bidirectional streaming compression

* Handle receiving unsupported encoding

* Clean up

* Add note to future self

* Support disabling compression for individual responses

* Add docs

* Add compression examples

* Disable compression behind feature flag

* Add some docs

* Make flate2 optional dependency

* Fix docs wording

* Format

* Reply with which encodings are supported

* Convert tests to use mocked io

* Fix lints

* Use separate counters

* Don't make a long stream

* Address review feedback

show more ...