comparison src/http/ngx_http_upstream.h @ 4197:cf6a3467b5db

Additional headers for proxy/fastcgi/uwsgi/scgi_ignore_headers. Now the following headers may be ignored as well: X-Accel-Limit-Rate, X-Accel-Buffering, X-Accel-Charset.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Oct 2011 18:10:49 +0000
parents 0c30976f5bfa
children d15a00e6d9e6
comparison
equal deleted inserted replaced
4196:190ae1a7f917 4197:cf6a3467b5db
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 #define NGX_HTTP_UPSTREAM_IGN_SET_COOKIE 0x00000020
47 #define NGX_HTTP_UPSTREAM_IGN_XA_LIMIT_RATE 0x00000040
48 #define NGX_HTTP_UPSTREAM_IGN_XA_BUFFERING 0x00000080
49 #define NGX_HTTP_UPSTREAM_IGN_XA_CHARSET 0x00000100
47 50
48 51
49 typedef struct { 52 typedef struct {
50 ngx_msec_t bl_time; 53 ngx_msec_t bl_time;
51 ngx_uint_t bl_state; 54 ngx_uint_t bl_state;