Searched refs:http_if_none_match (Results 1 – 4 of 4) sorted by relevance
259 if (con->request.http_if_none_match) { in http_response_handle_cachable()260 if (etag_is_equal(con->physical.etag, con->request.http_if_none_match)) { in http_response_handle_cachable()
986 if (!con->request.http_if_none_match) { in http_request_parse()987 con->request.http_if_none_match = ds->value->ptr; in http_request_parse()
170 const char *http_if_none_match; member
821 con->request.http_if_none_match = NULL;