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
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,
/* 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;