gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5630 - libmicrohttpd-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r5630 - libmicrohttpd-docs/WWW
Date: Sun, 9 Sep 2007 15:48:18 -0600 (MDT)

Author: grothoff
Date: 2007-09-09 15:48:18 -0600 (Sun, 09 Sep 2007)
New Revision: 5630

Modified:
   libmicrohttpd-docs/WWW/index.php
Log:
fix

Modified: libmicrohttpd-docs/WWW/index.php
===================================================================
--- libmicrohttpd-docs/WWW/index.php    2007-09-09 21:47:51 UTC (rev 5629)
+++ libmicrohttpd-docs/WWW/index.php    2007-09-09 21:48:18 UTC (rev 5630)
@@ -175,7 +175,7 @@
 W("Clients should never queue a "100 CONTINUE" response.");
 W("MHD handles "100 CONTINUE" internally and only allows clients to 
queue a single response per connection.");
 W("Furthermore, clients must not queue a response before the request has been 
fully received.");
-W("If a client attempts to queue multiple responses or attempts to queue a 
response early, <tt>MHD_queue_response<tt> will fail (and return 
<tt>MHD_NO</tt>).");
+W("If a client attempts to queue multiple responses or attempts to queue a 
response early, <tt>MHD_queue_response</tt> will fail (and return 
<tt>MHD_NO</tt>).");
 EP();
 
 H3("Parsing of POST requests");





reply via email to

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