-
Right now, grpcio doesn't support servers sending protos in the status details field ("grpc-status-details-bin" trailing header). There is an ignored test which tests the behaviour of being sent a sta…
-
This test: https://github.com/hyperium/http/blob/3a2f3e01c01e60b894d1f5b30554013d990010c6/src/header/name.rs#L1685-L1705
```rust
#[test]
fn test_invalid_name_lengths() {
assert!(
…
-
-
Following on from https://github.com/jtescher/opentelemetry-rust/issues/17
It would be useful if the server and client builders provided a default implementing for propagating parent spans via the…
-
Great project!Just out of curious, is there any [ASGI Extension support](https://asgi.readthedocs.io/en/latest/extensions.html) in plan?
-
## Bug Report
### Version: latest
### Platform: all (linux)
### Crates
http_body, hyper, h2
### Description
maybe Streaming::message need to handle h2 error?
https://github.com/hyperium…
-
## Bug Report
### Version
$ cargo tree | grep tonic
foobar v0.1.0 (/Users/akesling/Devel/rust/tonic-break/foobar)
└── tonic v0.1.0-alpha.6
└── tonic-build v0.1.0-alpha.6
### Platform
$ …
-
I'm using a crate (https://github.com/dapr/rust-sdk) uses prost to generate code for developers to build out their dapr service.
One thing I am finding frustrating is having to implement all trait …
-
HTTP/3 and QUIC may have benefits for TCP proxying, and are required before we can implement #148.
The first step is choosing a lib. For now, looking at https://github.com/hyperium/h3. Seems that s…
-
Hello all,
I wrote a bot using poise, and it works on my machine, but it behaves abnormally when I run it on my VPS.
When I call ``FramworkBuilder::build()``, that method gets stuck when reqwest…