As an update I created a simple test file
<?php
sleep(70);
echo 'hello';
?>
When accessing the page the 499 response error is generated.
<?php
sleep(70);
echo 'hello';
?>
When accessing the page the 499 response error is generated.