diff options
author | Christian Grothoff <christian@grothoff.org> | 2007-06-14 00:57:30 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2007-06-14 00:57:30 +0000 |
commit | 74770d3cc13e56db19f47495e57671eaaed6a957 (patch) | |
tree | b12d23864affc6d91a7b8876c0c9cec942bfa35a | |
parent | e0084684983c71dc75891c966c64c62b35df376d (diff) |
added parsing of query
-rw-r--r-- | src/daemon/daemontest1.c | 2 | ||||
-rw-r--r-- | src/daemon/session.c | 1 |
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 @@ /** * @file daemontest1.c * @brief Testcase for libmicrohttpd GET operations - * TODO: external select + * TODO: external select, parsing of query * @author Christian Grothoff */ 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) { MHD_parse_arguments(session, args); } - /* FIXME: parse URI some more here */ session->url = strdup(uri); /* do we want to do anything with httpType? */ free(line); |