Searched refs:HTTP_BADREQUEST (Results 1 – 3 of 3) sorted by relevance
61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ macro
3271 evhttp_send_error(req, HTTP_BADREQUEST, NULL); in evhttp_handle_request()
3596 tt_int_op(evhttp_request_get_response_code(req), ==, HTTP_BADREQUEST); in http_data_length_constraints_test_done()