-
Issue: the websocket buffer per client will remain in memory and potentially continue expanding until stopping/closing the connection. This becames a major memory usage issue when sending a large amo…
-
nohup: ignoring input
User error: #401 - {"error":{"code":8,"message":"Authentication verification error: actix-web error: credentials have expired"}}
Huid: None
User error: #401 - {"error":{…
-
I have a minimal example, using stable rustc 1.39.0:
`Cargo.toml`:
```
[package]
name = "minimal"
version = "0.1.0"
authors = ["Erlend Langseth "]
edition = "2018"
[dependencies]
# Acti…
-
Getting `panicked at 'error: NoAvailablePorts` in alpine container.
Error Stack
```shell
thread 'actix-rt|system:0|arbiter:0' panicked at 'error: NoAvailablePorts
0: failure::backtrace::…
-
Initially reported https://github.com/lovasoa/SQLpage/issues/435
When making streaming responses and activating `middleware::Compress`, the compression seems to buffer content indefinitely, without…
-
This CVE was introduced by actix-web and was temporarily ignored by #287. We should fix it by updating actix-web once it gets fixed there (https://github.com/actix/actix-web/pull/2538).
-
I'm loosely following the actix example to add prom metrics for my simple webapp which doesn't need additional family labels on its metrics for now. However, when I tried removing the family labels, I…
-
## Current Behavior
we have a collection report error:
optimizer_status": {
"error": "Service internal error: Optimization task panicked: called `Option::unwrap()` on a `None` value"
…
no7dw updated
7 months ago
-
Hey @TerminalWitchcraft,
my use-case currently is that I only want to apply a rate limiter to my `/auth` path. In issue #10 you wrote the following:
> Hey, yes you can using `scopes`. Each scope c…
-
**Is your feature request related to a problem? Please describe.**
When using GRPC we don't have any visibility from the logs into what RPC requests are being made.
**Describe the solution you'd…