comparison src/http/modules/proxy/ngx_http_proxy_handler.h @ 138:3b168e12bd2d

nginx-0.0.1-2003-10-06-07:56:42 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Oct 2003 03:56:42 +0000
parents 2a615b036870
children 54307053f185
comparison
equal deleted inserted replaced
137:2a615b036870 138:3b168e12bd2d
50 int method; 50 int method;
51 ngx_str_t uri; 51 ngx_str_t uri;
52 int location_len; 52 int location_len;
53 ngx_str_t host_header; 53 ngx_str_t host_header;
54 54
55 /* used to parse an upstream HTTP header */
55 char *status_start; 56 char *status_start;
56 char *status_end; 57 char *status_end;
57 int status_count; 58 int status_count;
58 int state; 59 int state;
59 60
60 char *action; 61 char *action;
61 }; 62 };
62 63
63 64
64 #define NGX_HTTP_PROXY_PARSE_NO_HEADER 10 65 #define NGX_HTTP_PROXY_PARSE_NO_HEADER 20
65 66
66 67
67 #endif /* _NGX_HTTP_PROXY_HANDLER_H_INCLUDED_ */ 68 #endif /* _NGX_HTTP_PROXY_HANDLER_H_INCLUDED_ */