Skip to content

fix(tonic): respect max_message_size when decompressing a message #4971

fix(tonic): respect max_message_size when decompressing a message

fix(tonic): respect max_message_size when decompressing a message #4971

Triggered via pull request January 18, 2026 16:02
Status Success
Total duration 16m 8s
Artifacts

CI.yml

on: pull_request
Matrix: build-protoc-plugin
Matrix: check
Matrix: Interop Tests
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
clippy: target/debug/build/interop-dc722e12bf01cf04/out/messages.u.pb.rs#L149
useless conversion to the same type: `bool`
clippy: target/debug/build/interop-dc722e12bf01cf04/out/messages.u.pb.rs#L149
useless conversion to the same type: `bool`
clippy: target/debug/build/interop-dc722e12bf01cf04/out/messages.u.pb.rs#L65
useless conversion to the same type: `bool`
clippy: target/debug/build/interop-dc722e12bf01cf04/out/messages.u.pb.rs#L65
useless conversion to the same type: `bool`
clippy: target/debug/build/interop-dc722e12bf01cf04/out/empty.u.pb.rs#L164
using `clone` on type `MessageMutInner<'_, Empty>` which implements the `Copy` trait
clippy: target/debug/build/interop-dc722e12bf01cf04/out/empty.u.pb.rs#L152
using `clone` on type `MessageMutInner<'_, Empty>` which implements the `Copy` trait
clippy: tonic-prost/src/codec.rs#L383
manual implementation of `.is_multiple_of()`
clippy: grpc/src/client/load_balancing/round_robin.rs#L300
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
clippy: examples/src/health/server.rs#L38
manual implementation of `.is_multiple_of()`
clippy: grpc/src/client/load_balancing/round_robin.rs#L135
unneeded `return` statement