Home
last modified time | relevance | path

Searched refs:EVHTTP_CON_READ_ON_WRITE_ERROR (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/libevent/include/event2/
H A Dhttp.h658 #define EVHTTP_CON_READ_ON_WRITE_ERROR 0x0010 macro
/freebsd-13.1/contrib/libevent/
H A Dhttp.c1524 evcon->flags & EVHTTP_CON_READ_ON_WRITE_ERROR) { in evhttp_error_cb()
2431 avail_flags |= EVHTTP_CON_READ_ON_WRITE_ERROR; in evhttp_connection_set_flags()
H A DChangeLog162 o http: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn't supported by OS (2ff164a Azat Khuzhin)
221 o test/http: separate coverage for EVHTTP_CON_READ_ON_WRITE_ERROR (5c2b4c1 Azat Khuzhin)
229 o test: http/data_length_constrains: set EVHTTP_CON_READ_ON_WRITE_ERROR (d38a723 Azat Khuzhin)
345 o http: make fallback for EVHTTP_CON_READ_ON_WRITE_ERROR more cleaner (d405492 Azat Khuzhin)
H A Dwhatsnew-2.1.txt472 - EVHTTP_CON_READ_ON_WRITE_ERROR - try read error, since server may already
/freebsd-13.1/contrib/libevent/test/
H A Dregress_http.c4000 tt_assert(!evhttp_connection_set_flags(evcon, EVHTTP_CON_READ_ON_WRITE_ERROR)); in http_data_length_constraints_test_impl()