-
Are you accepting PRs for more examples? I think having one using `actix-web` would be beneficial.
I created such an example here: https://github.com/IronOxidizer/serverless-webrtc-rust
-
I've done some more investigation since #11495 and believe I've found the issue.
If a server unexpectedly closes a connection during a call to `fetch()`, the *next* call to `fetch()` will fail.
…
-
Hello !
I discovered recently that many user agents send raw UTF8 bytes in HTTP paths, and proxies forward them without issues. See https://github.com/actix/actix-web/issues/3102
However, it l…
-
Hi, I'm excluding `swagger-ui` but I'm still seeing a warning in logs
```rust
let metrics = PrometheusMetricsBuilder::new(namespace.as_ref())
.registry(registry.into())
.…
-
大佬,希望出一个支持actix_web版本的
-
While this is similar to https://github.com/qdrant/qdrant-web-ui/issues/94 I wanted to highlight specific behaviours which are not working properly.
I was able to rebuild frontend to get assets workin…
-
`"error": "Could not connect to websocket endpoint ws://localhost:8000/ws. Please check if the endpoint url is correct."`
main.rs
```
use actix_web::{guard, web, App, HttpRequest, HttpResponse,…
-
Parent issue: https://github.com/torrust/torrust-tracker/issues/603
Related to:
-
-
-
-
-
-
-
-
Adds a timeout to:
- The TLS handshake.
- The time the server waits for a re…
-
Parent issue: https://github.com/torrust/torrust-tracker/issues/603
Related to:
-
-
-
-
-
-
-
-
Adds a timeout to:
- The TLS handshake.
- The time the server waits for a re…
-
If/when the actix-web dependency is updated to v3, the dependency in Cargo.toml should ideally be:
```diff
- actix-web = "3.0.2"
+ actix-web = { version = "3.0.2", default-features = false }
```