GNU libmicrohttpd
0.9.72
|
functions to close connection More...
#include "microhttpd2.h"
Go to the source code of this file.
Functions | |
void | MHD_connection_mark_closed_ (struct MHD_Connection *connection) MHD_NONNULL(1) |
void | MHD_connection_close_ (struct MHD_Connection *connection, enum MHD_RequestTerminationCode rtc) MHD_NONNULL(1) |
functions to close connection
Definition in file connection_close.h.
void MHD_connection_close_ | ( | struct MHD_Connection * | connection, |
enum MHD_RequestTerminationCode | termination_code | ||
) |
Close the given connection and give the specified termination code to the user.
connection | connection to close |
rtc | termination reason to give |
Close the given connection and give the specified termination code to the user.
connection | connection to close |
termination_code | termination reason to give |
Definition at line 83 of file connection_close.c.
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.