-
Hyper broke a lot of stuff moving to 0.11, and all of the contemporary Hyper examples are incompatible with rust-websocket. Any horizon on a patch to support the latest Hyper?
-
Error: https://github.com/open-telemetry/opentelemetry-rust/actions/runs/10577147775/job/29304471916?pr=2057#step:7:937
This is happening after new version of tonic being used in CI : https://githu…
-
- [x] I have looked for existing issues (including closed) about this
## Feature Request
Update example `rest-grpc-multiplex`
### Motivation
Currently, the example code in https://github.com…
-
Some testinging:
```
Running locally (i.e. ONE ztunnel connecting to itself)
2 workers
1: 11.51 Gbits/sec
2: 11.92 Gbits/sec
3: 11.33 Gbits/sec
4: 11.30 Gbits/sec
6: 12.15 Gbits/sec
8:…
-
This a note that I started working on WWW-Authenticate in case someone else does, too.
-
[hyper 0.10.15] (https://github.com/hyperium/hyper/blob/0.10.x/Cargo.toml), which depends on [traitobject 0.1.0](https://github.com/reem/rust-traitobject/tree/master) "contains code that will become …
-
What is the current status of this project? Is it still maintained? Are there plans to keep working on it? This seems to be the most complete (and for the most part the only gRPC crate for rust).
-
Compared to 0.9, I guess hyper dropped openssl dependency and made it a pure rust library.
I wonder when snatch will move on to hyper 0.11 and give an option to decide whether to use openssl. OpenS…
mssun updated
7 years ago
-
As per https://tools.ietf.org/html/rfc7540#section-8.1.2.5 http/2 allows splitting cookie headers into multiple parts if it improves compression efficiency. The spec mandates that the header needs to …
-
Both the client and server tests (`tests/client.rs` and `tests/server.rs`) started with small abstractions, but they weren't flexible enough, and so as more complicated cases were needed, the tests ju…