Jose Celano
Jose Celano
Related to: https://github.com/torrust/torrust-tracker/issues/324#issuecomment-1548360076
I've updated the [example](https://github.com/josecelano/axum-server-timeout) with the @programatik29's [patch](https://gist.github.com/programatik29/36d371c657392fd7f322e7342957b6d1). It works partially because it closes the connection, but it does not return a `408 Request Timeout` like ActixWeb.
Relates to: https://github.com/tokio-rs/axum/issues/2741#issuecomment-2211117776
There is a new hyper version [1.4.0](https://github.com/hyperium/hyper/releases/tag/v1.4.0) which changes the `header_read_timeout`
> The TLS handshake timeout for `bind_rustls` still exists but is always 10s: > > https://github.com/programatik29/axum-server/blob/f657a97d4b9dfa0a014b741c975ab1f19fc18909/src/tls_rustls/mod.rs#L101-L102 > > `AddrIncomingConfig`, now removed, was a [completely separate PR](https://github.com/programatik29/axum-server/pull/38) Hi @finnbear thank your...
Same problem here with this [script](https://github.com/torrust/torrust-tracker/blob/develop/tests/wrk_benchmark_announce.lua). ``` No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 23.04 Release: 23.04 Codename: lunar ```
I am not sysadmin so I have fixed it quickly and not very well :-) (this should be done in homestead.yml or elsewhere): Change mysql config file: ``` ... lc-messages-dir...
OK thanks @nWidart . Maybe you can include this: > In Laravel, you can fix this in code: edit your database.php config file, and add a key of strict with...
OK, I have installed ElasticSearch on Laravel Homestead with: ``` sudo -s apt-get update apt-get install openjdk-7-jre-headless -y wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add - echo "deb http://packages.elastic.co/elasticsearch/2.x/debian...
Hi @ivan9989-pkj I've resolved these issues in a new [PR](https://github.com/torrust/torrust-tracker/pull/843).