topcoder1
30 Aug 2007, 7:52 PM
suppose I enable gzip on server for everything except images as follows:
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript
will an XHR that request image data be gzipped or not? I expect that it would be treated as image and hence not gzipped.
thanks!
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript
will an XHR that request image data be gzipped or not? I expect that it would be treated as image and hence not gzipped.
thanks!