Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c98 static ngx_int_t ngx_stream_proxy_send_proxy_protocol(ngx_stream_session_t *s);
802 if (ngx_stream_proxy_send_proxy_protocol(s) != NGX_OK) { in ngx_stream_proxy_init_upstream()
931 ngx_stream_proxy_send_proxy_protocol(ngx_stream_session_t *s) in ngx_stream_proxy_send_proxy_protocol() function