Jose Celano
Jose Celano
The patch does not work when TSL is enabled.
The new hyer release [1.4.0](https://github.com/hyperium/hyper/releases/tag/v1.4.0) changes the `http1_header_read_timeout`.  We are already using this new version, but it seems it has not fixed the problem. When you run the tracker...
Relates to: https://github.com/torrust/torrust-demo/issues/4
> Hi @josecelano do you know: https://snyk.io/product/open-source-security-management/license-compliance/ Hi @alexohneander, I knew Snyk for checking the dockerfile vulnerabilities but I did not they have this feature to check licenses. That feature...
I've opened a new issue on the axum-server repo: https://github.com/programatik29/axum-server/issues/116. It seems that feature was removed.
I guess we can implement what I did [here](https://github.com/josecelano/axum-server-timeout). That patch adds the timeout, but it does not send a 408 response to the client. Anyway, I think there is...
The `TimeoutAcceptor` I used to fix this issue does not work with TSL. See https://github.com/torrust/torrust-index/pull/584#issuecomment-2115499282. We have to remove it from the Axum server bootstrapping code for TSL, which means...
I've converted the discussion in the Axun repo into a issue: https://github.com/tokio-rs/axum/issues/2741
A [PR](https://github.com/hyperium/hyper/pull/3185) has been merged in the [hyper repo](https://github.com/hyperium/hyper/pull/3185). It changes the `http1_header_read_timeout` timeout.  This could fix this issue. We can try when this change is published in a...
> A [PR](https://github.com/hyperium/hyper/pull/3185) has been merged in the [hyper repo](https://github.com/hyperium/hyper/pull/3185). It changes the `http1_header_read_timeout` timeout. > >  > > This could fix this issue. We can try when this...