-
Summary: Unreachable hosts should cause an UnreachableHost rather than ConnectionRefused
on network partitions, etc.
Summary: I am not sure if Shuttle needs this level of fidelity just yet, and if …
-
`axum` and `hyper` received a big update with some API changes.
- it's not possible to use `hyperlocal` for unix socket connection, but it should be possible directly with `hyper`. ref: https://git…
-
**Is your feature request related to a problem? Please describe.**
We're currently using Blockstream's Esplora with BDK, but it's quite heavy and out of date with current electrs.
**Describe the s…
-
### Problem:
From https://github.com/rustls/rustls/issues/2133:
On Windows 10 with Microsoft Build Tools latest version as of today I get this error:
```
error: failed to run custom build co…
-
Currently there is no way to shut a connection down except signaling a global shutdown.
Having this ability can be useful to detect slow clients and prevent some attacks.
-
Supporting Noise encryption instead of TLS reduces reliance on DNS and is faster than TLS which is useful for mobile applications (not available to browsers though).
To do so, we need:
1. Get serv…
Nuhvi updated
2 months ago
-
Any realistic web app will have things like database connections, or calling other services on the server side. Due to Dioxus "hijacking" the `main` function and sharing it with browser and backend co…
-
axum-server isn't an ideal name because this project is not strictly related to Axum, and that can be confusing. This issue is for discussion regarding options for different names.
Some initial ideas…
-
We have an user report a database returning HTTP 500. The show the following panic:
```
[info] 2024-04-12T08:18:57.859415Z ERROR libsql_server::error: HTTP API: 500 Internal Server Error, Anyhow(m…
-
## Is your feature request related to a problem? Please describe.
I want to implement server-side auth with actix framework, which is normally done by middlewares. Currently Leptos supports defining …