Voting

: max(one, six)?
(Example: nine)

The Note You're Voting On

chris - latko - org
9 years ago
Although browsers now have an all or none buffering strategy, the arguments are not moot.

If you are not using ob_flush, you run this risk of exceeding socket timeouts (commonly seen in php-fpm/nginx combos).

Basically, flushing solves the infamous 504 Gateway Time-out error.

<< Back to user notes page

To Top