libmicrohttpd

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

commit 74770d3cc13e56db19f47495e57671eaaed6a957
parent e0084684983c71dc75891c966c64c62b35df376d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 14 Jun 2007 00:57:30 +0000

added parsing of query

Diffstat:
Msrc/daemon/daemontest1.c | 2+-
Msrc/daemon/session.c | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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 @@ -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);