GNU libmicrohttpd
0.9.72
|
functions to add connection to our active set More...
Go to the source code of this file.
Functions | |
enum MHD_StatusCode | MHD_accept_connection_ (struct MHD_Daemon *daemon) MHD_NONNULL(1) |
functions to add connection to our active set
Definition in file connection_add.h.
enum MHD_StatusCode MHD_accept_connection_ | ( | struct MHD_Daemon * | daemon | ) |
Accept an incoming connection and create the MHD_Connection object for it. This function also enforces policy by way of checking with the accept policy callback.
daemon | handle with the listen socket |
Definition at line 521 of file connection_add.c.