Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

have a question to ask in function[ngx_http_upstream_check_recv_handler] #23

Open
liuhaicheng opened this issue Mar 24, 2017 · 0 comments

Comments

@liuhaicheng
Copy link

if (peer->state != NGX_HTTP_CHECK_SEND_DONE) {

    if (ngx_handle_read_event(c->read, 0) != NGX_OK) {
        goto check_recv_fail;
    }

    return;
}

why need to add this code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant