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 typo


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] branch master updated: fix typo
Date: Thu, 26 Sep 2019 21:50:32 +0200

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 15444739 fix typo
15444739 is described below

commit 1544473910fb629895bfa7a757f6d8cf31c973b7
Author: Christian Grothoff <address@hidden>
AuthorDate: Thu Sep 26 21:48:29 2019 +0200

    fix typo
---
 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 77fcd849..901cac0e 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3087,7 +3087,7 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
       }
       if (ret > wb_ready)
       {
-        mhd_assert (NULL == connection->repsonse->crc);
+        mhd_assert (NULL == connection->response->crc);
         /* We sent not just header data but also some response data,
            update both offsets! */
         connection->write_buffer_send_offset += wb_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]