-
Completely disregard this document :
https://docs.google.com/document/d/1GsgUxXha4-4wWr_M5FiglITY5gUgCx-4-Q2X2qJ7TQU/edit
Actual Enhanced Anomalies Effects :
https://docs.google.com/document/d/1c…
-
I'm trying to re-use a client between multiple requests, but sometimes I get a download fail with "broken pipe". I believe that reqwest should silently handle this case internally.
One of the serve…
-
Between 0.12.2 and 0.12.3 a change was made that meant sending a request with no body no longer sends the content length header. This seems to be because of #2207. This would be correct for GET reques…
-
## Feature Request
### Crates
- `tonic-reflection`
### Motivation
I tried to add reflection to my gRPC server using `tonic-reflection`. I do not use `tonic-build`, but rather precompile pr…
-
I'm wondering if it's possible (or what would be the most appropriate way) to retrieve the method name or URL from the interceptor. The Request struct doesn't seem to contain anything easy. If this is…
-
Hi, I came across a strange issue where sending a request via `rustls` with the `host` header to `https://storage.googleapis.com` results in the connection being reset.
Related to https://github.co…
-
https://github.com/hyperium/hyper/releases/tag/v1.0.0
dyc3 updated
8 months ago
-
It was brought to my attention over a discussion on Discord that we could improve our current architecture by generating a *crate* instead of a single file for our codegen.
The main benefit of this…
-
The newest cargo nightly release includes automatic checking of expected `cfg` values. [^1]
The TLDR is that this is supposed to catch typos like `#[cfg(windosw)]`.
Unfortunately, this lint trigge…
-
#1446 migrated us from `tokio 0.11` to `tokio 0.12`. This results in dependency updates that cause the following error when trying to connect to `zec.rocks`:
```
INFO zec_sqlite_cli::remote: Connect…
str4d updated
3 months ago