gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 01/02: setup_reply_properties(): removed one assert


From: gnunet
Subject: [libmicrohttpd] 01/02: setup_reply_properties(): removed one assert
Date: Thu, 19 Aug 2021 15:07:25 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 5c7a9ff9c3617755bf0959b1e01c8786b7f15c0e
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Wed Aug 18 20:19:26 2021 +0300

    setup_reply_properties(): removed one assert
    
    Actually non-chunked can be enforced by response flags
---
 src/microhttpd/connection.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 96d1a39e..bc13ea07 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -1647,7 +1647,6 @@ setup_reply_properties (struct MHD_Connection *connection)
 
     if ( (MHD_SIZE_UNKNOWN == r->total_size) && ! use_chunked)
     {
-      mhd_assert (! MHD_IS_HTTP_VER_1_1_COMPAT (c->http_ver));
       /* End of the stream is indicated by closure */
       c->keepalive = MHD_CONN_MUST_CLOSE;
     }

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