diff --git a/HTTPSock.cpp b/HTTPSock.cpp index e7c9c3b5..8f340242 100644 --- a/HTTPSock.cpp +++ b/HTTPSock.cpp @@ -221,6 +221,7 @@ bool CHTTPSock::PrintFile(const CString& sFileName, CString sContentType) { if (iMTime > 0 && !m_bHTTP10Client) { sETag = "-" + CString(iMTime); // lighttpd style ETag + AddHeader("Last-Modified", GetDate(iMTime)); AddHeader("ETag", "\"" + sETag + "\""); AddHeader("Cache-Control", "public");