aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemontest_long_header.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-08-30 06:59:15 +0000
committerChristian Grothoff <christian@grothoff.org>2007-08-30 06:59:15 +0000
commitb259da7c7f97e1fbafeef634bd16af3a21f83e72 (patch)
tree6d51feb9f34832e27e831c8a05bc865186f35a67 /src/daemon/daemontest_long_header.c
parent44f694198ba0d2b9b7172468989a83f6e1e51929 (diff)
downloadlibmicrohttpd-b259da7c7f97e1fbafeef634bd16af3a21f83e72.tar.gz
libmicrohttpd-b259da7c7f97e1fbafeef634bd16af3a21f83e72.zip
improving API to allow clients to associate state with a connection and to be notified about request termination
Diffstat (limited to 'src/daemon/daemontest_long_header.c')
-rw-r--r--src/daemon/daemontest_long_header.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemontest_long_header.c b/src/daemon/daemontest_long_header.c
index 6377ac07..6a451136 100644
--- a/src/daemon/daemontest_long_header.c
+++ b/src/daemon/daemontest_long_header.c
@@ -69,7 +69,8 @@ ahc_echo (void *cls,
69 const char *url, 69 const char *url,
70 const char *method, 70 const char *method,
71 const char *version, 71 const char *version,
72 const char *upload_data, unsigned int *upload_data_size) 72 const char *upload_data, unsigned int *upload_data_size,
73 void ** unused)
73{ 74{
74 const char *me = cls; 75 const char *me = cls;
75 struct MHD_Response *response; 76 struct MHD_Response *response;