diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:59:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-05 09:59:48 +0000 |
commit | 53ff966932ecf1aff29a072025fabbfc0c5bed54 (patch) | |
tree | f7d497a34d66ac0351363862cff1fd1287bbd282 /modules/cluster | |
parent | Releasing progress-linux version 2.4.60-1~progress7.99u1. (diff) | |
download | apache2-53ff966932ecf1aff29a072025fabbfc0c5bed54.tar.xz apache2-53ff966932ecf1aff29a072025fabbfc0c5bed54.zip |
Merging upstream version 2.4.61.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'modules/cluster')
-rw-r--r-- | modules/cluster/mod_heartmonitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 53b6504..68db585 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -782,7 +782,7 @@ static int hm_handler(request_rec *r) hmserver.seen = apr_time_now(); hm_update_stat(ctx, &hmserver, r->pool); - ap_set_content_type(r, "text/plain"); + ap_set_content_type_ex(r, "text/plain", 1); ap_set_content_length(r, 2); ap_rputs("OK", r); ap_rflush(r); |