Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
DHttpServer.cc936 std::string last_modified_str; in submit_file_response() local
950 last_modified_str = util::http_date(last_modified); in submit_file_response()
951 nva[nvlen++] = http2::make_nv_ls("last-modified", last_modified_str); in submit_file_response()