gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5439 - in libmicrohttpd: . src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5439 - in libmicrohttpd: . src/daemon
Date: Thu, 9 Aug 2007 10:48:31 -0600 (MDT)

Author: grothoff
Date: 2007-08-09 10:48:31 -0600 (Thu, 09 Aug 2007)
New Revision: 5439

Modified:
   libmicrohttpd/README
   libmicrohttpd/src/daemon/connection.c
Log:
fix

Modified: libmicrohttpd/README
===================================================================
--- libmicrohttpd/README        2007-08-09 16:00:20 UTC (rev 5438)
+++ libmicrohttpd/README        2007-08-09 16:48:31 UTC (rev 5439)
@@ -1,6 +1,6 @@
 Run "autoreconf -fi" to create configure.
 
-This is still pre-alpha software.  Below we list things that should be
+This is still alpha software.  Below we list things that should be
 implemented (in order of importance) before we can claim to be
 reasonably complete.  #XXXX refers to the respective Mantis bug report
 (or feature request).  ARCH indicates that implementing this feature

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2007-08-09 16:00:20 UTC (rev 
5438)
+++ libmicrohttpd/src/daemon/connection.c       2007-08-09 16:48:31 UTC (rev 
5439)
@@ -1128,6 +1128,7 @@
     connection->continuePos = 0;
     connection->responseCode = 0;
     connection->response = NULL;
+    connection->headers_received = NULL;
     connection->headersReceived = 0;
     connection->headersSent = 0;
     connection->bodyReceived = 0;





reply via email to

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