Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h52 #define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE 0x00000020 macro
H A Dngx_http_upstream.c473 { ngx_string("Set-Cookie"), NGX_HTTP_UPSTREAM_IGN_SET_COOKIE },
4546 if (!(u->conf->ignore_headers & NGX_HTTP_UPSTREAM_IGN_SET_COOKIE)) { in ngx_http_upstream_process_set_cookie()