gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 01/02: Fixed regression introduced by f3b0e


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 01/02: Fixed regression introduced by f3b0eb539e8a0e87745dc53eabe507b98f1864b6
Date: Sun, 08 Jan 2017 21:48:07 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit eee0b9ad40d13311b989cfc9995df53fba960d94
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Sun Jan 8 23:46:20 2017 +0300

    Fixed regression introduced by f3b0eb539e8a0e87745dc53eabe507b98f1864b6
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 23fde229..abcf3fa0 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3111,7 +3111,7 @@ MHD_connection_handle_idle (struct MHD_Connection 
*connection)
           /* no default action */
           break;
         case MHD_CONNECTION_FOOTERS_SENT:
-         if (MHD_HTTP_PROCESSING == connection->response->status_code)
+         if (MHD_HTTP_PROCESSING == connection->responseCode)
          {
            /* After this type of response, we allow sending another! */
            connection->state = MHD_CONNECTION_HEADERS_PROCESSED;

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



reply via email to

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