gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated (778e2a03 -> 5e0c2223)


From: gnunet
Subject: [libmicrohttpd] branch master updated (778e2a03 -> 5e0c2223)
Date: Thu, 13 Oct 2022 18:13:20 +0200

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

karlson2k pushed a change to branch master
in repository libmicrohttpd.

    from 778e2a03 testcurl/https: minor improvements
     new abbff354 test_toolarge: fixed compiler warning
     new 5e0c2223 Fixed builds with old compilers after 
0b9776811f2d8bd1041b759bd84733754bba7b3e

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/microhttpd/daemon.c      | 2 +-
 src/testcurl/test_toolarge.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 8fb64410..90a49e91 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -6108,7 +6108,7 @@ daemon_tls_priorities_init_append_inner_ (struct 
MHD_Daemon *daemon,
 static bool
 daemon_tls_priorities_init_append (struct MHD_Daemon *daemon, const char *prio)
 {
-  static const size_t longest_base_prio = MHD_TlsBasePriotities[0].len;
+  static const size_t longest_base_prio = MHD_STATICSTR_LEN_ 
("@LIBMICROHTTPD");
   bool ret;
   size_t prio_len;
   size_t buf_size_needed;
diff --git a/src/testcurl/test_toolarge.c b/src/testcurl/test_toolarge.c
index df699677..e6c291e2 100644
--- a/src/testcurl/test_toolarge.c
+++ b/src/testcurl/test_toolarge.c
@@ -1270,7 +1270,7 @@ performTestQueries (struct MHD_Daemon *d, uint16_t d_port,
   }
   else if (large_rsp_headers)
   {
-    unsigned int num_hrds;
+    size_t num_hrds;
     const size_t hdr_size = strlen (N1_HEADER_CRLF);
 
     for (num_hrds = TEST_START_SIZE / hdr_size;

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