gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r5050 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5050 - libmicrohttpd/src/daemon
Date: Wed, 13 Jun 2007 18:57:30 -0600 (MDT)

Author: grothoff
Date: 2007-06-13 18:57:30 -0600 (Wed, 13 Jun 2007)
New Revision: 5050

Modified:
   libmicrohttpd/src/daemon/daemontest1.c
   libmicrohttpd/src/daemon/session.c
Log:
added parsing of query

Modified: libmicrohttpd/src/daemon/daemontest1.c
===================================================================
--- libmicrohttpd/src/daemon/daemontest1.c      2007-06-14 00:56:06 UTC (rev 
5049)
+++ libmicrohttpd/src/daemon/daemontest1.c      2007-06-14 00:57:30 UTC (rev 
5050)
@@ -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
  */
 

Modified: libmicrohttpd/src/daemon/session.c
===================================================================
--- libmicrohttpd/src/daemon/session.c  2007-06-14 00:56:06 UTC (rev 5049)
+++ libmicrohttpd/src/daemon/session.c  2007-06-14 00:57:30 UTC (rev 5050)
@@ -309,7 +309,6 @@
        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);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]