aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/daemon/daemontest1.c2
-rw-r--r--src/daemon/session.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/daemon/daemontest1.c b/src/daemon/daemontest1.c
index d347323b..1982de31 100644
--- a/src/daemon/daemontest1.c
+++ b/src/daemon/daemontest1.c
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file daemontest1.c 22 * @file daemontest1.c
23 * @brief Testcase for libmicrohttpd GET operations 23 * @brief Testcase for libmicrohttpd GET operations
24 * TODO: external select 24 * TODO: external select, parsing of query
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27 27
diff --git a/src/daemon/session.c b/src/daemon/session.c
index 885d4d97..f2dd3832 100644
--- a/src/daemon/session.c
+++ b/src/daemon/session.c
@@ -309,7 +309,6 @@ MHD_parse_session_headers(struct MHD_Session * session) {
309 MHD_parse_arguments(session, 309 MHD_parse_arguments(session,
310 args); 310 args);
311 } 311 }
312 /* FIXME: parse URI some more here */
313 session->url = strdup(uri); 312 session->url = strdup(uri);
314 /* do we want to do anything with httpType? */ 313 /* do we want to do anything with httpType? */
315 free(line); 314 free(line);