gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23922 - in libmicrohttpd/src: daemon include


From: gnunet
Subject: [GNUnet-SVN] r23922 - in libmicrohttpd/src: daemon include
Date: Thu, 20 Sep 2012 15:40:27 +0200

Author: grothoff
Date: 2012-09-20 15:40:27 +0200 (Thu, 20 Sep 2012)
New Revision: 23922

Modified:
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/include/microhttpd.h
Log:
-remark

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2012-09-20 13:40:20 UTC (rev 
23921)
+++ libmicrohttpd/src/daemon/connection.c       2012-09-20 13:40:27 UTC (rev 
23922)
@@ -1637,6 +1637,7 @@
   return MHD_YES;
 }
 
+
 /**
  * Check if we are done sending the write-buffer.
  * If so, transition into "next_state".
@@ -1659,6 +1660,7 @@
   return MHD_YES;
 }
 
+
 /**
  * We have received (possibly the beginning of) a line in the
  * header (or footer).  Validate (check for ":") and prepare

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2012-09-20 13:40:20 UTC (rev 
23921)
+++ libmicrohttpd/src/include/microhttpd.h      2012-09-20 13:40:27 UTC (rev 
23922)
@@ -266,6 +266,7 @@
 #define MHD_HTTP_HEADER_PROXY_AUTHENTICATE "Proxy-Authenticate"
 #define MHD_HTTP_HEADER_PROXY_AUTHORIZATION "Proxy-Authorization"
 #define MHD_HTTP_HEADER_RANGE "Range"
+/* This is not a typo, see HTTP spec */
 #define MHD_HTTP_HEADER_REFERER "Referer"
 #define MHD_HTTP_HEADER_RETRY_AFTER "Retry-After"
 #define MHD_HTTP_HEADER_SERVER "Server"




reply via email to

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