-
It requires 1.65 now.
hashbrown: https://github.com/rust-lang/hashbrown/issues/585
h2: https://github.com/hyperium/h2/issues/815
-
## Bug Report
https://github.com/hyperium/tonic/pull/1882 that was part of tonic v0.12.2 introduced a behavior change where errors during TLS connection establishment terminate the accept loop, and t…
-
From the [doc](https://docs.rs/h2/latest/h2/struct.RecvStream.html#method.is_end_stream)
> Returns true if the receive half has reached the end of stream.
> A return value of true means that calls…
-
we encountered a couple of hangs in our bigquery task which inserts to bigquery tables, we think the problem is a known bug in hyper which is the underlying way to send http in reqwest (https://github…
-
https://grpc.io/
https://github.com/hyperium/tonic/blob/master/examples/helloworld-tutorial.md
-
And then add it to the `no-codegen-changes` CI workflow, like we do for standard codegen.
-
-
The project has no licensing. Ideally, this needs to be a loyalty free license to easily allow the use of the program in other snaps.
However, this isn't possible right now, given that the Rust cod…
-
### Problem:
The hyper client isn't currently capable of shutting down gracefully, and immediately closes its socket after sendings its shutdown to the server. This causes the server to emit a NotC…
-
I am having some issue with tunneling TCP using h2, it aborts the connection after the server (usually speedtest servers) resets the connection and h2 trying to `send_open()`.
Not sure if this shou…