Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp.h65 #define HTTP_EXPECTATIONFAILED 417 /**< we can't handle this expectation */ macro
/libevent-2.1.12/
H A Dhttp.c2264 evhttp_send_error(req, HTTP_EXPECTATIONFAILED, NULL); in evhttp_get_body()
/libevent-2.1.12/test/
H A Dregress_http.c4033 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_EXPECTATIONFAILED); in http_expectation_failed_done()