Searched refs:EVHTTP_SERVER_LINGERING_CLOSE (Results 1 – 5 of 5) sorted by relevance
378 #define EVHTTP_SERVER_LINGERING_CLOSE 0x0001 macro
3812 avail_flags |= EVHTTP_SERVER_LINGERING_CLOSE; in evhttp_set_flags()4195 if (http->flags & EVHTTP_SERVER_LINGERING_CLOSE) in evhttp_get_request_connection()
461 EVHTTP_SERVER_LINGERING_CLOSE to evhttp_set_flags(), with this flag server
226 o test: http/lingering_close: cover EVHTTP_SERVER_LINGERING_CLOSE (e122ca1 Azat Khuzhin)227 o test: http/non_lingering_close: cover ~EVHTTP_SERVER_LINGERING_CLOSE (f41e1b0 Azat Khuzhin)
4110 tt_assert(!evhttp_set_flags(http, EVHTTP_SERVER_LINGERING_CLOSE)); in http_lingering_close_test_impl()