gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] branch master updated: fix comment syntax


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix comment syntax
Date: Fri, 10 Mar 2017 18:24:34 +0100

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

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 15a2570f fix comment syntax
15a2570f is described below

commit 15a2570f7cc3702c81ca783b4ff394fcbfe462ec
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 10 18:26:16 2017 +0100

    fix comment syntax
---
 src/microhttpd/daemon.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 2761bc28..bc10c795 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1303,7 +1303,7 @@ process_urh (struct MHD_UpgradeResponseHandle *urh)
       if (0 == res)
         {
           /* Connection was shut down or got unrecoverable error.
-          /* Do not try to pull data from application. */
+             Do not try to pull data from application. */
           urh->out_buffer_size = 0;
           urh->mhd.celi &= ~MHD_EPOLL_STATE_READ_READY;
         }

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



reply via email to

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