gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 03/03: merge


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 03/03: merge
Date: Sun, 13 Aug 2017 12:50:29 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

commit 4233bad6a1a6832cbeb007f726a0dbbfc11b8b7b
Merge: 8a60c4cf 9b6340ff
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Aug 13 12:44:16 2017 +0200

    merge

 src/include/microhttpd2.h | 120 ++++++++++++++++++++++++++++++++++++----------
 1 file changed, 94 insertions(+), 26 deletions(-)

diff --cc src/include/microhttpd2.h
index f2c65761,91f5b258..ec15d5dd
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@@ -53,11 -54,7 +54,12 @@@
   *   at the same time avoid symbol conflict with legacy names
   *   (so we can have one binary implementing old and new 
   *   library API at the same time via compatibility layer).
 + * - make it impossible to queue a response at the wrong time
 + * - make it clear which response status codes are "properly" 
 + *   supported (include the descriptive string) by using an enum;
 + * - simplify API for common-case of one-shot responses by
 + *   eliminating need for destroy response in those cases;
+  * - improve thread-safety
   */
  
  

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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