minifying the website
w0rp
devw0rp at gmail.com
Fri May 31 10:27:45 PDT 2013
On Friday, 31 May 2013 at 17:23:49 UTC, Andrei Alexandrescu wrote:
> Can we count on all modern browsers to ask for gzipped content?
>
>
> Andrei
Browsers send Accept-Encoding headers to let the webserver know
if gzip is viable, and webservers send gzip if they can,
supposing they are configured to use gzip. All modern browsers
should send the right headers, old ones will have fallbacks.
More information about the Digitalmars-d
mailing list