gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37861 - libmicrohttpd/doc


From: gnunet
Subject: [GNUnet-SVN] r37861 - libmicrohttpd/doc
Date: Sun, 4 Sep 2016 12:47:22 +0200

Author: grothoff
Date: 2016-09-04 12:47:22 +0200 (Sun, 04 Sep 2016)
New Revision: 37861

Modified:
   libmicrohttpd/doc/libmicrohttpd.texi
Log:
update manual

Modified: libmicrohttpd/doc/libmicrohttpd.texi
===================================================================
--- libmicrohttpd/doc/libmicrohttpd.texi        2016-09-04 10:44:08 UTC (rev 
37860)
+++ libmicrohttpd/doc/libmicrohttpd.texi        2016-09-04 10:47:22 UTC (rev 
37861)
@@ -109,9 +109,12 @@
 to serve ranges from a file).  MHD does understands headers that
 control connection management (specifically, @code{Connection: close}
 and @code{Expect: 100 continue} are understood and handled
-automatically).  @code{Connection: upgrade} is not yet supported.
+automatically).  @code{Connection: upgrade} is supported by passing
+control over the socket (or something that behaves like the real
+socket in the case of TLS) to the application (after sending the
+desired HTTP response header).
 
-MHD also largely ignores the semantics of the different HTTP methods,
+MHD largely ignores the semantics of the different HTTP methods,
 so clients are left to handle those.  One exception is that MHD does
 understand @code{HEAD} and will only send the headers of the response
 and not the body, even if the client supplied a body.  (In fact,
@@ -2169,8 +2172,6 @@
 @item MHD_UPGRADE_ACTION_CLOSE
 Closes the connection.  Must be called once the application is done with the 
client.  Takes no additional arguments.
 
address@hidden MHD_UPGRADE_ACTION_CORK
-Uncork the TCP write buffer.  Not implemented.  Takes no additional arguments.
 @end table
 @end deftp
 




reply via email to

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