Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c360 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_memcached_process_header()
394 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_memcached_process_header()
420 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_memcached_process_header()
448 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_memcached_process_header()
H A Dngx_http_grpc_module.c1520 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1541 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1548 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1563 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1570 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1582 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1602 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1617 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1636 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
1665 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_grpc_process_header()
[all …]
H A Dngx_http_fastcgi_module.c1674 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
1684 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
1691 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
1756 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
1996 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
2024 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_fastcgi_process_header()
H A Dngx_http_scgi_module.c1103 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_scgi_process_header()
1143 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_scgi_process_header()
H A Dngx_http_uwsgi_module.c1313 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_uwsgi_process_header()
1353 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_uwsgi_process_header()
H A Dngx_http_proxy_module.c1773 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_proxy_process_status_line()
1963 return NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_proxy_process_header()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h45 #define NGX_HTTP_UPSTREAM_INVALID_HEADER 40 macro
H A Dngx_http_upstream.c593 if (rc == NGX_HTTP_UPSTREAM_INVALID_HEADER) { in ngx_http_upstream_init_request()
1088 rc = NGX_HTTP_UPSTREAM_INVALID_HEADER; in ngx_http_upstream_cache_send()
2409 if (rc == NGX_HTTP_UPSTREAM_INVALID_HEADER) { in ngx_http_upstream_process_header()
2499 if (rc == NGX_HTTP_UPSTREAM_INVALID_HEADER) { in ngx_http_upstream_test_next()
2542 if (rc == NGX_HTTP_UPSTREAM_INVALID_HEADER) { in ngx_http_upstream_test_next()
4248 if (rc == NGX_HTTP_UPSTREAM_INVALID_HEADER) { in ngx_http_upstream_next()