Searched refs:request_buffering (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 129 offsetof(ngx_http_scgi_loc_conf_t, upstream.request_buffering), 537 if (!scf->upstream.request_buffering in ngx_http_scgi_handler() 1205 conf->upstream.request_buffering = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf() 1297 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_scgi_merge_loc_conf() 1298 prev->upstream.request_buffering, 1); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 190 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.request_buffering), 706 if (!uwcf->upstream.request_buffering in ngx_http_uwsgi_handler() 1418 conf->upstream.request_buffering = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf() 1518 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_uwsgi_merge_loc_conf() 1519 prev->upstream.request_buffering, 1); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 272 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.request_buffering), 742 if (!flcf->upstream.request_buffering in ngx_http_fastcgi_handler() 2726 conf->upstream.request_buffering = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf() 2823 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_fastcgi_merge_loc_conf() 2824 prev->upstream.request_buffering, 1); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 314 offsetof(ngx_http_proxy_loc_conf_t, upstream.request_buffering), 949 if (!plcf->upstream.request_buffering in ngx_http_proxy_handler() 2858 conf->upstream.request_buffering = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf() 2976 ngx_conf_merge_value(conf->upstream.request_buffering, in ngx_http_proxy_merge_loc_conf() 2977 prev->upstream.request_buffering, 1); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 176 ngx_flag_t request_buffering; member
|