GNU libmicrohttpd
0.9.62
|
functions to close connection More...
#include "microhttpd2.h"
Go to the source code of this file.
Functions | |
void | 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 84 of file connection_close.c.
void MHD_NONNULL | ( | 1 | ) |
Mark connection as "closed".
connection | connection to close |