Searched refs:pass_request_body (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 185 offsetof(ngx_http_scgi_loc_conf_t, upstream.pass_request_body), 538 && scf->upstream.pass_request_body in ngx_http_scgi_handler() 907 } else if (scf->upstream.pass_request_body) { in ngx_http_scgi_create_request() 1226 conf->upstream.pass_request_body = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1537 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_scgi_merge_loc_conf() 1538 prev->upstream.pass_request_body, 1); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 246 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.pass_request_body), 707 && uwcf->upstream.pass_request_body in ngx_http_uwsgi_handler() 1117 } else if (uwcf->upstream.pass_request_body) { in ngx_http_uwsgi_create_request() 1439 conf->upstream.pass_request_body = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1758 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_uwsgi_merge_loc_conf() 1759 prev->upstream.pass_request_body, 1); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 335 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.pass_request_body), 743 && flcf->upstream.pass_request_body) in ngx_http_fastcgi_handler() 1188 } else if (flcf->upstream.pass_request_body) { in ngx_http_fastcgi_create_request() 2747 conf->upstream.pass_request_body = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 3063 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_fastcgi_merge_loc_conf() 3064 prev->upstream.pass_request_body, 1); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 412 offsetof(ngx_http_proxy_loc_conf_t, upstream.pass_request_body), 950 && plcf->body_values == NULL && plcf->upstream.pass_request_body in ngx_http_proxy_handler() 1507 } else if (plcf->body_values == NULL && plcf->upstream.pass_request_body) { in ngx_http_proxy_create_request() 2879 conf->upstream.pass_request_body = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 3217 ngx_conf_merge_value(conf->upstream.pass_request_body, in ngx_http_proxy_merge_loc_conf() 3218 prev->upstream.pass_request_body, 1); in ngx_http_proxy_merge_loc_conf()
|
| H A D | ngx_http_memcached_module.c | 626 conf->upstream.pass_request_body = 0; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 4207 conf->upstream.pass_request_body = 1; in ngx_http_grpc_create_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 178 ngx_flag_t pass_request_body; member
|