-
### A note for the community
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to he…
-
I would like to build a function
``` rust
fn read_headers(
stream: &mut R,
buf: &'b mut Vec,
headers: &'a mut [Header
-
I wanted to ask about how you debug things when the stream is producing `axum::Error`. I wasn't able to find the `axum::Error` text in my logs anywhere, I only get that the connection was terminated a…
-
2024-09-29 05:03:07 ERROR cthulhu::net_proxy::proxy::net: Failed to establish TLS connection: received fatal alert: CertificateUnknown,URI:www.googleapis.com:443
at src\net_proxy\proxy\net.rs:27…
-
**Is your feature request related to a problem? Please describe.**
By default hyper will try to get the `HttpInfo` for each Response even if they are not needed in most cases. The bottom line is that…
-
## CVE-2022-31394 - High Severity Vulnerability
Vulnerable Library - hyper-0.12.35.crate
A fast and correct HTTP library.
Library home page: https://crates.io/api/v1/crates/hyper/0.12.35/download
Pa…
-
## Feature Request
### Crates
`tonic`, `tonic-build`
### Motivation
Servers generated by `tonic-build` have `with_interceptor` method, so that users can inject some layers before u…
-
# related:
- ✅ https://github.com/better-rs/.github/discussions/6
- ✅ https://github.com/better-rs/.github/discussions/2
- ✅ https://github.com/better-rs/.github/discussions/4
- ✅ #376
- ✅ #2…
-
### Problem
like https://github.com/rust-lang/cargo/issues/14687
Some of the problems are solved in the previous issue. However, when the Cargo.lock file is carried and is not a GitHub code repositor…
-
I have an experimental implementation of a `Connector` which allows to tunnel gRPC communication over a WebSocket. This makes it possible to implement a gRPC-over-WebSocket server and more importantly…