gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/04: Fixed and formatted b4216c60fdb5b48f


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/04: Fixed and formatted b4216c60fdb5b48f6cfec416301fc63a1167e6cd
Date: Fri, 05 May 2017 13:34:01 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 2849ef7fb03377e9e19b9969339b8797ac81f9da
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Fri May 5 12:44:21 2017 +0300

    Fixed and formatted b4216c60fdb5b48f6cfec416301fc63a1167e6cd
---
 src/microhttpd/connection.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 9dba3431..6ade651c 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -882,7 +882,8 @@ keepalive_possible (struct MHD_Connection *connection)
 #ifdef UPGRADE_SUPPORT
     if ( (MHD_str_equal_caseless_ (end,
                                    "upgrade")) &&
-         (NULL == connection->response || NULL == 
connection->resp�onse->upgrade_handler) )
+         ( (NULL == connection->response) ||
+           (NULL == connection->response->upgrade_handler) ) )
       return MHD_NO;
 #endif /* UPGRADE_SUPPORT */
 

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



reply via email to

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