Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h57 #define NGX_HTTP_PARSE_INVALID_VERSION 12 macro
H A Dngx_http_parse.c733 return NGX_HTTP_PARSE_INVALID_VERSION; in ngx_http_parse_request_line()
753 return NGX_HTTP_PARSE_INVALID_VERSION; in ngx_http_parse_request_line()
H A Dngx_http_request.c1163 if (rc == NGX_HTTP_PARSE_INVALID_VERSION) { in ngx_http_process_request_line()