gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 09/10: transmit_error_response(): reset read buffer offs


From: gnunet
Subject: [libmicrohttpd] 09/10: transmit_error_response(): reset read buffer offset as well
Date: Wed, 29 Sep 2021 19:52:51 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0eb370643d71402cbfb2f33f9dba1f9b6d86473a
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Sep 29 19:53:28 2021 +0300

    transmit_error_response(): reset read buffer offset as well
---
 src/microhttpd/connection.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index b6866bfc..3ca4d4a3 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2240,6 +2240,7 @@ transmit_error_response_len (struct MHD_Connection 
*connection,
                                                    
connection->read_buffer_size,
                                                    0);
     connection->read_buffer_size = 0;
+    connection->read_buffer_offset = 0;
   }
   if (NULL != connection->response)
   {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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