gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r34511 - libmicrohttpd/src/microhttpd


From: gnunet
Subject: [GNUnet-SVN] r34511 - libmicrohttpd/src/microhttpd
Date: Mon, 8 Dec 2014 14:49:07 +0100

Author: grothoff
Date: 2014-12-08 14:49:07 +0100 (Mon, 08 Dec 2014)
New Revision: 34511

Modified:
   libmicrohttpd/src/microhttpd/connection.c
Log:
-clarify comment

Modified: libmicrohttpd/src/microhttpd/connection.c
===================================================================
--- libmicrohttpd/src/microhttpd/connection.c   2014-12-08 00:23:58 UTC (rev 
34510)
+++ libmicrohttpd/src/microhttpd/connection.c   2014-12-08 13:49:07 UTC (rev 
34511)
@@ -686,7 +686,7 @@
               reason_phrase);
       off = strlen (code);
       /* estimate size */
-      size = off + 2;           /* extra \r\n at the end */
+      size = off + 2;           /* +2 for extra "\r\n" at the end */
       kind = MHD_HEADER_KIND;
       if ( (0 == (connection->daemon->options & MHD_SUPPRESS_DATE_NO_CLOCK)) &&
           (NULL == MHD_get_response_header (connection->response,




reply via email to

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