Home
last modified time | relevance | path

Searched refs:last_mod (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
DHttpServer.cc1245 time_t last_mod = 0; in prepare_response() local
1249 last_mod = util::parse_http_date(ims); in prepare_response()
1380 if (last_mod_found && file_ent->mtime <= last_mod) { in prepare_response()