GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
daemon_close_all_connections.c File Reference

function to close all connections open at a daemon More...

Include dependency graph for daemon_close_all_connections.c:

Go to the source code of this file.

Functions

static void close_connection (struct MHD_Connection *pos)
 
void MHD_daemon_close_all_connections_ (struct MHD_Daemon *daemon)
 

Detailed Description

function to close all connections open at a daemon

Author
Christian Grothoff

Definition in file daemon_close_all_connections.c.

Function Documentation

◆ close_connection()

static void close_connection ( struct MHD_Connection pos)
static

◆ MHD_daemon_close_all_connections_()