Home
last modified time | relevance | path

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

/libevent-2.1.12/include/event2/
H A Dhttp.h64 #define HTTP_ENTITYTOOLARGE 413 /**< */ macro
/libevent-2.1.12/
H A Dhttp.c662 req->response_code = HTTP_ENTITYTOOLARGE; in evhttp_connection_incoming_fail()
/libevent-2.1.12/test/
H A Dregress_http.c4025 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_ENTITYTOOLARGE); in http_large_entity_test_done()