Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_handler.c17 static void ngx_stream_proxy_protocol_handler(ngx_event_t *rev);
182 rev->handler = ngx_stream_proxy_protocol_handler; in ngx_stream_init_connection()
206 ngx_stream_proxy_protocol_handler(ngx_event_t *rev) in ngx_stream_proxy_protocol_handler() function