comparison src/http/modules/proxy/ngx_http_proxy_parse.c @ 290:87e73f067470

nginx-0.0.2-2004-03-16-10:10:12 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 16 Mar 2004 07:10:12 +0000
parents 2357fa41738a
children da8c5707af39
comparison
equal deleted inserted replaced
289:0750faf8d7e3 290:87e73f067470
5 #include <ngx_http_proxy_handler.h> 5 #include <ngx_http_proxy_handler.h>
6 6
7 7
8 int ngx_http_proxy_parse_status_line(ngx_http_proxy_ctx_t *p) 8 int ngx_http_proxy_parse_status_line(ngx_http_proxy_ctx_t *p)
9 { 9 {
10 char ch; 10 u_char ch;
11 char *pos; 11 u_char *pos;
12 enum { 12 enum {
13 sw_start = 0, 13 sw_start = 0,
14 sw_H, 14 sw_H,
15 sw_HT, 15 sw_HT,
16 sw_HTT, 16 sw_HTT,