Last-Modified HTTP header in GET responses
From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Wed, 30 Dec 2015 17:50:37 +0300
Currently mod_dav_svn sets ETag and Last-Modified HTTP headers for GET
ETag header is cheap to construct: it's just last modification
Last-Modified header is relatively expensive to calculate: it's
All browsers support ETag header (it's HTTP/1.1 header) and RFC 7232
Given all above I propose to stop adding Last-Modified header for HTTP
[1] https://tools.ietf.org/html/rfc7232#section-2.2.1
-- Ivan Zhakov
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.