Skip to content

Commit 99524ef

Browse files
committed
fixed typo
1 parent c85b35f commit 99524ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ngx_http_upstream_check_handler.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,9 @@ ngx_http_check_begin_handler(ngx_event_t *event)
340340
(peer->pc.connection != NULL) ||
341341
(peer->check_timeout_ev.timer_set)) {
342342

343+
return;
344+
}
345+
343346
interval = ngx_current_msec - peer->shm->access_time;
344347
ngx_log_debug5(NGX_LOG_DEBUG_HTTP, event->log, 0,
345348
"http check begin handler index: %ud, owner: %P, "

0 commit comments

Comments
 (0)