Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp.h60 #define HTTP_NOTMODIFIED 304 /**< page was not modified from last */ macro
/libevent-2.1.12/
H A Dhttp.c359 req->response_code != HTTP_NOTMODIFIED && in evhttp_response_needs_body()