GNU libmicrohttpd
0.9.62
|
functions to cleanup completed connection More...
Go to the source code of this file.
Functions | |
void | MHD_NONNULL (1) |
functions to cleanup completed connection
Definition in file connection_cleanup.h.
void MHD_NONNULL | ( | 1 | ) |
Free resources associated with all closed connections. (destroy responses, free buffers, etc.). All closed connections are kept in the "cleanup" doubly-linked list.
daemon | daemon to clean up |