]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge from trunk:
authorJim Jagielski <jim@apache.org>
Tue, 17 May 2022 18:13:11 +0000 (18:13 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 17 May 2022 18:13:11 +0000 (18:13 +0000)
Submitted by: jim
Reviewed by: 1900340

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1901007 13f79535-47bb-0310-9956-ffa450edef68

STATUS
modules/cluster/mod_heartmonitor.c

diff --git a/STATUS b/STATUS
index 7bacd0c9d28dd7793a2e80219830362856d01600..c8f8864f45712dbe3560f76b6a25dab201ae4b7c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -169,11 +169,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patches: svn merge -c 1900335 ^/httpd/httpd/trunk .
      +1: jailletc36, rpluem, ylavic
 
-  *) mod_heartmonitor: Be consistent with the type of the last argument passed to
-     hm_processmsg()
-     trunk patches: https://svn.apache.org/r1900340
-     2.4.x patches: svn merge -c 1900340 ^/httpd/httpd/trunk .
-     +1: jailletc36, rpluem, ylavic
 
   *) mod_http2: remove unscheduling of ongoing tasks when client
      behaviour triggers mood change. Fixes https://github.com/icing/mod_h2/issues/231
@@ -232,7 +227,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patches: svn merge -c 1900100 ^/httpd/httpd/trunk .
      +1: ylavic,
 
-  *) ab: Allow for TLSv1.3 when the SSL library supports it. BZ 63594 64699 
+  *) ab: Allow for TLSv1.3 when the SSL library supports it. BZ 63594 64699
      trunk patches: https://svn.apache.org/r1900157
      2.4.x patches: svn merge -c 1900157 ^/httpd/httpd/trunk .
      +1: ylavic,
index 30db11ac7b89678f4209ffdf78b777a4176815c2..4e193d28edc617ca92d58ba1e5be4c4030c696de 100644 (file)
@@ -529,7 +529,7 @@ static hm_server_t *hm_get_server(hm_ctx_t *ctx, const char *ip, const int port)
 
 /* Process a message received from a backend node */
 static void hm_processmsg(hm_ctx_t *ctx, apr_pool_t *p,
-                                  apr_sockaddr_t *from, char *buf, int len)
+                          apr_sockaddr_t *from, char *buf, apr_size_t len)
 {
     apr_table_t *tbl;