libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit f83f81d72ab7300e3c3bfcd847f6ae4a7c9651f0
parent 066535efcd641222846ff64e6d98a0e96c102beb
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  5 Jul 2008 06:07:26 +0000

dead

Diffstat:
Msrc/daemon/internal.c | 2++
Msrc/daemon/internal.h | 8--------
2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/src/daemon/internal.c b/src/daemon/internal.c @@ -66,3 +66,5 @@ MHD_http_unescape (char *val) val = esc + 1; } } + +/* end of internal.c */ diff --git a/src/daemon/internal.h b/src/daemon/internal.h @@ -563,8 +563,6 @@ struct MHD_Connection }; -typedef struct MHD_Connection MHD_Connection_t; - struct MHD_Daemon { @@ -583,12 +581,6 @@ struct MHD_Daemon */ struct MHD_Connection *connections; - /** - * Linked list of our current connections. - */ - // TODO switch to a dedicated tls connection struct - struct MHD_Connection *tls_connections; - MHD_AcceptPolicyCallback apc; void *apc_cls;