Searched refs:m_lastmodified (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.h59 wxDateTime m_lastmodified; //! Date on which the file being updated was last modified. member in class:CHTTPDownloadThread
H A DHTTPDownload.cpp169 m_lastmodified = origFile.GetModificationTime();
217 if (m_lastmodified.IsValid()) {
220 AddDebugLogLineN(logHTTP, wxT("If-Modified-Since: ") + FormatDateHTTP(m_lastmodified));
221 url_handler->SetHeader(wxT("If-Modified-Since"), FormatDateHTTP(m_lastmodified));
417 if (m_lastmodified.IsValid()) {
420 url_handler->SetHeader(wxT("If-Modified-Since"), FormatDateHTTP(m_lastmodified));

Completed in 52 milliseconds