Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 4 of 4) sorted by relevance

/tonic/tonic-types/
H A DREADME.md42 "description of why the field_a is invalid"
49 "description of why the field_b is invalid",
/tonic/tonic/src/metadata/
H A Dvalue.rs959 let invalid = Bmv::from_shared_unchecked(Bytes::from_static(b"{}..")); in test_invalid_binary_value_hash() localVariable
960 assert_ne!(valid, invalid); in test_invalid_binary_value_hash()
961 assert_ne!(hash(valid), hash(invalid)); in test_invalid_binary_value_hash()
/tonic/examples/proto/googleapis/google/api/
H A Dhttp.proto297 // to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
/tonic/
H A DCHANGELOG.md333 * **transport:** AddOrigin panic on invalid uri ([#801](https://github.com/hyperium/tonic/issues/80…
373 * **codec:** improve error message for invalid compression flag ([#663](https://github.com/hyperium…