On Tue, 28 Dec 2004, Ralf Hildebrandt wrote:

I found this in my log today -- what are ETags?

Dec 26 22:17:48 spiderboy squid[12525]: clientIfRangeMatch: Weak ETags are not allowed in If-Range: "59c4d66875e6c41:184c" ? "c1f9256290ebc41:1e0"

See RFC 2616 (HTTP/1.1).

ETag is an unique object identifier identifying an exact version of an URL. Exists in both strong (guaranteed unique) and weak (possibly not unique) variants. For certain queries such as If-Range only strong ones is acceptable to prevent that partial content from two difference versions of the URL gets merged.

Regards
Henrik

Reply via email to