diff 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
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h
+++ b/src/http/ngx_http_upstream.h
@@ -43,6 +43,7 @@
 #define NGX_HTTP_UPSTREAM_IGN_XA_EXPIRES     0x00000004
 #define NGX_HTTP_UPSTREAM_IGN_EXPIRES        0x00000008
 #define NGX_HTTP_UPSTREAM_IGN_CACHE_CONTROL  0x00000010
+#define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE     0x00000020
 
 
 typedef struct {