Server: use different HTTP headers to do conditional fetch of depsgraph
We need a format that can handle sub-second precision, which is not provided by the HTTP date format (RFC 1123). This means that we can't use the Last-Modified header, as it may be incorrectly interpreted and rewritten by HaProxy, Apache or other software in the path between client & server.
Please register or sign in to comment