Home
last modified time | relevance | path

Searched refs:NGX_ERROR_IGNORE_ECONNRESET (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h103 NGX_ERROR_IGNORE_ECONNRESET, enumerator
H A Dngx_connection.c1547 ) && c->log_error == NGX_ERROR_IGNORE_ECONNRESET)
1576 case NGX_ERROR_IGNORE_ECONNRESET:
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.c2839 case NGX_ERROR_IGNORE_ECONNRESET: in ngx_ssl_connection_error()
2951 case NGX_ERROR_IGNORE_ECONNRESET: in ngx_ssl_connection_error()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c3277 c->log_error = NGX_ERROR_IGNORE_ECONNRESET; in ngx_http_keepalive_handler()