gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: connection.c: push response heade


From: gnunet
Subject: [libmicrohttpd] branch master updated: connection.c: push response headers for upgrade responses
Date: Sun, 17 Jan 2021 18:27:45 +0100

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 409fb0e1 connection.c: push response headers for upgrade responses
409fb0e1 is described below

commit 409fb0e18c8b34bac217ba968b2c7279b52818b5
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jan 17 20:26:02 2021 +0300

    connection.c: push response headers for upgrade responses
---
 src/microhttpd/connection.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 53d980d5..f7d25962 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2963,6 +2963,8 @@ MHD_connection_handle_write (struct MHD_Connection 
*connection)
                                       0,
                                       ((0 == resp->total_size) ||
                                        (resp->total_size ==
+                                        connection->response_write_position) ||
+                                       (MHD_SIZE_UNKNOWN ==
                                         connection->response_write_position)));
       }
 

-- 
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]