comparison src/http/ngx_http_upstream.h @ 3669:1f5841b1fcd7

treat Set-Cookie as a header that forbids caching
author Igor Sysoev <igor@sysoev.ru>
date Fri, 02 Jul 2010 09:49:27 +0000
parents 12bd9e26fadb
children b0a0686a85bb
comparison
equal deleted inserted replaced
3668:1d4c7aaed5d2 3669:1f5841b1fcd7
41 41
42 #define NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT 0x00000002 42 #define NGX_HTTP_UPSTREAM_IGN_XA_REDIRECT 0x00000002
43 #define NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES 0x00000004 43 #define NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES 0x00000004
44 #define NGX_HTTP_UPSTREAM_IGN_EXPIRES 0x00000008 44 #define NGX_HTTP_UPSTREAM_IGN_EXPIRES 0x00000008
45 #define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL 0x00000010 45 #define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL 0x00000010
46 #define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE 0x00000020
46 47
47 48
48 typedef struct { 49 typedef struct {
49 ngx_msec_t bl_time; 50 ngx_msec_t bl_time;
50 ngx_uint_t bl_state; 51 ngx_uint_t bl_state;