Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c16 static void ngx_http_process_request_headers(ngx_event_t *rev);
1150 rev->handler = ngx_http_process_request_headers; in ngx_http_process_request_line()
1151 ngx_http_process_request_headers(rev); in ngx_http_process_request_line()
1318 ngx_http_process_request_headers(ngx_event_t *rev) in ngx_http_process_request_headers() function