Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_parse.c922 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
988 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
1010 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
1033 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
1048 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
1074 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
1084 return NGX_HTTP_PARSE_INVALID_HEADER; in ngx_http_parse_header_line()
H A Dngx_http_request.h60 #define NGX_HTTP_PARSE_INVALID_HEADER 14 macro