-
## Feature Request
### Crates
tonic_reflection
### Motivation
There are no usage examples and I had to reverse engineer the crate to use it.
### Proposal
There should be a readme and…
-
Improper TLS terminations result in an unexpected EOF error which prior to OpenSSL 3.0 would set an errno of 0 (see the BUGS section in https://www.openssl.org/docs/man1.1.1/man3/SSL_get_error.html). …
-
So far, I have no idea on how to support async API in C, we need some research and help from community.
https://en.cppreference.com/w/cpp/thread/async
https://www.boost.org/doc/libs/1_76_0/doc/htm…
-
## Bug Report
### Version
```
tonic 0.8.2
tonic-build 0.8.2
```
### Platform
```
Linux remoting-storage-server-85dcb67bbc-r92pc 5.4.209-116.367.amzn2.x86_64 #1 SMP Wed Aug 31 00:09:52 …
-
It would be nice to show some timing stats, something like `httpstat`
https://github.com/davecheney/httpstat
-
### What
As mentioned and discussed at https://github.com/bitcoindevkit/bdk/issues/66 adding Tor support to both [rust-esplora-client ](https://github.com/bitcoindevkit/rust-esplora-client)or [rust-e…
-
**Problem**
HTTP Desync attacks are pretty bad and there are a lot of bad/permissive http implementations out there that act as proxies.
I didn't see any discussion / tests of hyper surrounding that…
-
Hello everyone.
I'm wondering why there's a `status` tupled with the rpc response, as a return to `Client.call`.
All the examples end up matching the result with
```ocaml
match response with
| …
-
Typed headers were removed between hyper 0.10 and hyper 0.12. `typed-headers` does not appear to have all the headers hyper 0.10 did, but it looks like `hyperx` and `headers` might.
Options:
* Re-…
-
The integration tests checking the `Connector` and Pool parts of `Client` should be ported to the `hyper-util` crate. Not necessarily copy and paste, but that each logical case is tested. They were [h…