Hi,
What is the significance of this alert in ngx_http_close_request

    if (r->count == 0) {
        ngx_log_error(NGX_LOG_ALERT, c->log, 0, "http request count is
zero");
    }

I am seeing this alert in my logs in some cases.

Dk.
_______________________________________________
nginx-devel mailing list -- nginx-devel@nginx.org
To unsubscribe send an email to nginx-devel-le...@nginx.org

Reply via email to