Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/mod_proxy_cluster/mod_proxy_cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static void check_workers(const proxy_server_conf *conf, const server_rec *s)
/* this happens when a new child process is created and it "cleaned" some old slotmem */
/* it is like the remove_workers_node we try to restore the non shared memory allocated in
* create_worker() */
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "check_workers: DOING (empty port : %d id : %d",
ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, "check_workers: DOING (empty port : %d id : %d)",
helper->shared->port, helper->index);
stop_worker = 1;
}
Expand Down