aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/session.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-14 00:57:30 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-14 00:57:30 +0000
commit74770d3cc13e56db19f47495e57671eaaed6a957 (patch)
treeb12d23864affc6d91a7b8876c0c9cec942bfa35a /src/daemon/session.c
parente0084684983c71dc75891c966c64c62b35df376d (diff)
downloadlibmicrohttpd-74770d3cc13e56db19f47495e57671eaaed6a957.tar.gz
libmicrohttpd-74770d3cc13e56db19f47495e57671eaaed6a957.zip
added parsing of query
Diffstat (limited to 'src/daemon/session.c')
-rw-r--r--src/daemon/session.c1
1 files changed, 0 insertions, 1 deletions
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);