Jose Celano

Results 345 comments of 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`. ![image](https://github.com/torrust/torrust-tracker/assets/58816/f726faaf-0395-45ed-aa3b-88259df3794c) 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. ![image](https://github.com/torrust/torrust-tracker/assets/58816/5326e0a8-030e-47fb-8bb5-583177d82985) 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. > > ![image](https://private-user-images.githubusercontent.com/58816/337560832-5326e0a8-030e-47fb-8bb5-583177d82985.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTk4NjQ5OTMsIm5iZiI6MTcxOTg2NDY5MywicGF0aCI6Ii81ODgxNi8zMzc1NjA4MzItNTMyNmUwYTgtMDMwZS00N2ZiLThiYjUtNTgzMTc3ZDgyOTg1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA3MDElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNzAxVDIwMTEzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJmZDE4NWVjMTVhMTM5OTMxNGQ0ZDljMTI0ZjZkMzA2YWM2M2ZlY2I4YTgxMzkxOWUzNjdmNTY1OGIyODU5ZWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.qAhFfOCQ97sL1AGt6aY6QsYIKJtFND0gCvHnRAHvXcc) > > This could fix this issue. We can try when this...