comparison src/http/ngx_http_request.h @ 151:2d9e4a8b6d11

nginx-0.0.1-2003-10-20-21:14:07 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 20 Oct 2003 17:14:07 +0000
parents ef8c87afcfc5
children c71aeb75c071
comparison
equal deleted inserted replaced
150:ad5f382c9e7d 151:2d9e4a8b6d11
73 ngx_table_elt_t *range; 73 ngx_table_elt_t *range;
74 74
75 ngx_table_elt_t *accept_encoding; 75 ngx_table_elt_t *accept_encoding;
76 76
77 ngx_table_elt_t *user_agent; 77 ngx_table_elt_t *user_agent;
78 ngx_table_elt_t *keep_alive;
78 79
79 ngx_table_t *headers; 80 ngx_table_t *headers;
80 } ngx_http_headers_in_t; 81 } ngx_http_headers_in_t;
81 82
82 83