Voting

: min(two, six)?
(Example: nine)

The Note You're Voting On

RLG
19 years ago
If you are using mod_gzip or mod_deflate to compress HTML output, you're not able to send partial file to the browser....

To disable mod_deflate in PHP (if needed), you can tell Apache with this :

apache_setenv('no-gzip', '1');

<< Back to user notes page

To Top