Artem Medvedev
Artem Medvedev
> Quick question - is the hostname you're using there a domain name or an IP address? Also, is your repro the same as the original repro @birkmose used? Or...
Hey @aembke , thanks for your efforts! However I'm still getting timeouts with the same use case, important to notice that the new logs show that the connection `is_working` and...
Well, you can find part of logs here: [gist](https://gist.github.com/DDtKey/1cf007263d0e266c84d406c21fcbd171) Let me know if it's not enough, this one quite-quick re-scaling of node (in logs it corresponds to `172.30.0.4`) or if...
Thanks to @aembke and all the contributors for all the effort, many cases were covered in this release and now it looks much more stable (at least it works well...
I want to revive this issue, it's actually problematic behavior - by adding a doc comment, in fact, we're changing the structure expected. Btw I observe similar behavior for `default`...
Shouldn't these changes be reflected in `1.0.0` version? (or perhaps `hyper-utils`) I'm a bit concerned that some changes may be missed in the newer versions cc @seanmonstar
Finally here we are 😅 `salvo` is supported now
Hi! Yes, it's possible, take a look at #26 (issue) and test of the functionality: https://github.com/DDtKey/protect-endpoints/blob/e86976ff0667f7441a44416c9aa94dee579e7d11/actix-web-grants/tests/proc_macro/different_fn_types.rs#L47-L58 This partly depends on the framework you are using. You can also use error...
I think catchers on web-framework level is more suitable for global handling. However, I think we might introduce something like a custom error-generator(configurable as part of middleware) and use user's...
I was just passing by, but the behavior itself seems logical to me and is clearly users may rely on this The example is quite simple: I want to enable...