Closed GoogleCodeExporter closed 9 years ago
@todo, fix typo in docblock for HTTP_ConditionalGet line 48 (should be
'lastModifiedTime')
Original comment by mrclay....@gmail.com
on 23 Mar 2009 at 5:57
Whether or not Minify continues using them, it appears that HTTP_ConditionalGet
should be extended to allow inserting knowledge of the client's Accept-Encoding
and
the Content-Encoding sent.
E.g.
identity: ETag: "123456pub"
gzip : ETag: "123456pub;g"
deflate : ETag: "123456pub;d"
When checking If-None-Match I believe it's sufficient to remove the /;\w$/ from
the
header and the ETag to be sent, but I'm still foggy as to how proxy caches deal
with
this and whether Vary should be included at all when ETags are available.
Consulting
the apache users list...
Original comment by mrclay....@gmail.com
on 28 Mar 2009 at 10:14
ETags now vary in R318. Still undecided whether to remove ETag support
completely.
In order to support ETags properly, we now have to sniff encoding on
conditional
requests, so there's a performance penalty.
Original comment by mrclay....@gmail.com
on 30 Mar 2009 at 1:52
Leaving ETags in for 2.1.3 release.
Original comment by mrclay....@gmail.com
on 30 Jun 2009 at 4:59
Original comment by mrclay....@gmail.com
on 1 Jul 2009 at 8:26
Original issue reported on code.google.com by
mrclay....@gmail.com
on 3 Mar 2009 at 9:06