Wei Hong
Results
2
comments of
Wei Hong
thanks a lot.
yes , when i adding 4 lines in ngx_http_healthcheck_clear_events(), its looks like solved. void ngx_http_healthcheck_clear_events(ngx_log_t *log) { ngx_uint_t i; ngx_log_debug0(NGX_LOG_DEBUG_HTTP, log, 0, "healthcheck: Clearing events"); ``` // Note: From what...