36#define MHD_ERR_AGAIN_ (-3073)
41#define MHD_ERR_CONNRESET_ (-3074)
47#define MHD_ERR_NOTCONN_ (-3075)
52#define MHD_ERR_NOMEM_ (-3076)
57#define MHD_ERR_BADF_ (-3077)
62#define MHD_ERR_INVAL_ (-3078)
67#define MHD_ERR_OPNOTSUPP_ (-3079)
72#define MHD_ERR_PIPE_ (-3080)
77#define MHD_ERR_TLS_ (-4097)
165#define MHD_connection_finish_forward_(conn) (void) conn
void MHD_connection_handle_write(struct MHD_Connection *connection)
void MHD_set_http_callbacks_(struct MHD_Connection *connection)
#define MHD_connection_finish_forward_(conn)
enum MHD_Result MHD_connection_handle_idle(struct MHD_Connection *connection)
void MHD_connection_handle_read(struct MHD_Connection *connection, bool socket_error)
void MHD_update_last_activity_(struct MHD_Connection *connection)
void MHD_connection_close_(struct MHD_Connection *connection, enum MHD_RequestTerminationCode termination_code)
void MHD_connection_mark_closed_(struct MHD_Connection *connection)
MHD_RequestTerminationCode
MHD internal shared structures.