Jose Celano
Jose Celano
We still have to publish the previous one: https://github.com/torrust/torrust-index/issues/349#issuecomment-1808471545
I don't think we need this. I've released version 3.0.0-alpha.12 for all packages.
> Hi @josecelano, I’m interested in working on this issue. Can I take it? Hi @hungfnt, yes, sure. I have not thought about how to implement it. The plugins must...
The plugin was added to the [demo repo](https://github.com/torrust/torrust-demo/pull/18) because it's specific to a concrete index. I'm keeping this issue to include documentation to clone and customize the plugin for your...
The [tower::builder::ServiceBuilder::timeout](https://docs.rs/tower/latest/tower/builder/struct.ServiceBuilder.html#method.timeout) it only _fail requests that take longer than timeout_. _If the next layer takes more than timeout to respond to a request, processing is terminated and an error...
> Hello all, > > I see this issue is still open, I assume you are still having trouble with the timeout middleware? Maybe I can take a look. Hi...
[axum-server](https://github.com/programatik29/axum-server) was supposed to include the feature to set up a timeout for the TLS handshake. We have moved to [axum-server](https://github.com/programatik29/axum-server) in the [tracker](https://github.com/torrust/torrust-tracker). However, It seems that feature was...
I've applied @programatik29 [patch on the tracker](https://github.com/torrust/torrust-tracker/pull/865). I will do the same here. @programatik29 can we use your code? Is there any specific license we should include?
I've just realized the [patch on the tracker](https://github.com/torrust/torrust-tracker/pull/865) does not work when you enable TSL. I had to comment on the TimeoutAcceptor to make the TSL configuration work. See https://github.com/torrust/torrust-index/pull/584....
I've converted the discussion in the Axun repo into a issue: https://github.com/tokio-rs/axum/issues/2741