GNU libmicrohttpd
0.9.70
|
functions to close a connection More...
Go to the source code of this file.
Functions | |
void | MHD_connection_mark_closed_ (struct MHD_Connection *connection) |
void | MHD_connection_close_ (struct MHD_Connection *connection, enum MHD_RequestTerminationCode rtc) |
functions to close a connection
Definition in file connection_close.c.
void MHD_connection_close_ | ( | struct MHD_Connection * | connection, |
enum MHD_RequestTerminationCode | rtc | ||
) |
Close the given connection and give the specified termination code to the user.
connection | connection to close |
rtc | termination reason to give |
Definition at line 83 of file connection_close.c.
Referenced by call_handlers(), close_connection(), connection_close_error(), MHD_connection_call_handlers_(), MHD_request_handle_idle_(), MHD_request_handle_read_(), MHD_run_tls_handshake_(), thread_main_handle_connection(), and try_ready_normal_body().
void MHD_connection_mark_closed_ | ( | struct MHD_Connection * | connection | ) |
Mark connection as "closed".
connection | connection to close |
Definition at line 36 of file connection_close.c.
Referenced by close_connection(), and MHD_connection_close_().