comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 191:71ce40b3c37b

nginx-0.0.1-2003-11-19-19:26:41 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 19 Nov 2003 16:26:41 +0000
parents 02a715e85df1
children 6468241715e6
comparison
equal deleted inserted replaced
190:02a715e85df1 191:71ce40b3c37b
183 ngx_http_log_ctx_t *saved_ctx; 183 ngx_http_log_ctx_t *saved_ctx;
184 ngx_log_handler_pt saved_handler; 184 ngx_log_handler_pt saved_handler;
185 }; 185 };
186 186
187 187
188 typedef struct {
189 u_int connection;
190 ngx_http_proxy_ctx_t *proxy;
191 } ngx_http_proxy_log_ctx_t;
192
193
188 #define NGX_HTTP_PROXY_PARSE_NO_HEADER 20 194 #define NGX_HTTP_PROXY_PARSE_NO_HEADER 20
189 195
190 196
191 #define NGX_HTTP_PROXY_FT_ERROR 2 197 #define NGX_HTTP_PROXY_FT_ERROR 2
192 #define NGX_HTTP_PROXY_FT_TIMEOUT 4 198 #define NGX_HTTP_PROXY_FT_TIMEOUT 4