Search results

  1. T

    cannot download files with version 1.7.19

    Update: The openlitespeed team pushed a version 1.7.19.1 and addressed this bug. We installed it by debian apt a few minutes ago and the problem is gone :) Thanks for the fast response guys!
  2. T

    cannot download files with version 1.7.19

    I emailed the last days with the support and they could reproduce it locally in the described docker environment. It now got escalated to the engineers.
  3. T

    cannot download files with version 1.7.19

    Hi, I am pretty sure you can reproduce this. Do the following steps: docker run --rm -it --name litespeed -p 8888:80 litespeedtech/openlitespeed:1.7.19-lsphp74 bash In the docker container run echo '<?php echo str_repeat("a",2000000);' > /var/www/vhosts/localhost/html/test.php Outside the...
  4. T

    cannot download files with version 1.7.19

    Hi, we experienced this also today. It only happens when you download files through php, for example by file_get_contents. But it is not the download itself. The buffer stales if the returning content exceeds some size. You can reproduce it by the following code: <?php echo...
Top