-
## Feature Request
Is there any way I can use different codec implementations based on the 'Content-Type' header?
### Motivation
My requirement is to make this grpc service support multiple proto…
-
It depends on http 1.0 and tonic is the blocker. Once tonic upgrade http dependency, we gotta do this.
https://github.com/hyperium/tonic/issues/1579
PR: https://github.com/hyperium/tonic/pull/16…
-
Should we port the tasks that are already on rosettacode.org to current Rust?
Some of them are in Rust 0.7 and I believe will need some adjusting to keep compiling. Others may not even be possible at…
-
Is there a way to do something similar like this
```Rust
let layer = tower::ServiceBuilder::new()
.layer(sentry_tower::NewSentryLayer::::new_from_top())
.layer(sentry_tower::SentryHttpLa…
-
Hey, This might just be miss using the feature but I came across a weird problem.
I create a `RateLimter`:
```
let limiter = Arc::new(
leaky_bucket::RateLimiter::builder()
…
-
**Is your feature request related to a problem? Please describe.**
It seems by design from what I'm reading that we're not able to access the HTTP/2 pseudo headers.
So the answer might be no, but …
-
```terminal
Running `rustc --crate-name nss_aad src/lib.rs --crate-type cdylib --emit=dep-info,link -C debuginfo=2 -C metadata=16a40248680afd7c --out-dir /home/ubuntu/libnss-aad/target/debug/deps -C …
Jnchi updated
5 years ago
-
## Bug Report
When sending large messages, does not work even though this issue was said to be fixed https://github.com/hyperium/tonic/issues/264.
![image](https://user-images.githubuserconten…
-
I believe we're running into a manifestation of this panic in `hyper`: https://github.com/hyperium/hyper/issues/2112
See the following Rollbar payload:
```json
{
"body": {
"trace": {
…
-
At present this uses blocking IO? Or would you classify it as currently generic over the IO system in the sense that it is not really doing that yet?
Afaik almost everyone doing asynchronous IO in r…