lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On May 22, 2010, at 10:35 PM, Luiz Henrique de Figueiredo wrote:

>> Firefox (v3.6.3) is behaving nasty. Shows something about the compression of the
>> page screwing up... Chrome does it normally.
> 
> Try clearing Firefox's cache.

According to redbot [1]: 

The resource doesn't send Vary consistently

HTTP requires that the Vary response header be sent consistently for all responses if they change based upon different aspects of the request.
This resource has both compressed and uncompressed variants available, negotiated by the Accept-Encoding request header, but it sends different Vary headers for each;

	• "accept-encoding" when the response is compressed, and
	• "" when it is not.
This can cause problems for downstream caches, because they cannot consistently determine what the cache key for a given URI is.


[1] http://redbot.org/?uri=http://www.lua.org/manual/5.1/manual.html