diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 16:38:26 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-10-22 16:38:26 +0000 |
commit | dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05 (patch) | |
tree | ceedf7b247bf2d5291da9c0cc2243fd3c3e505a9 /src/http/ngx_http_request.h | |
parent | 5bf3d25d69ecdbccaa98beeb089a7a6850529b89 (diff) | |
download | nginx-dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05.tar.gz nginx-dc9dd434aa1cfd24a98265742ff0ed4aeefc1f05.zip |
nginx-0.0.1-2003-10-22-20:38:26 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 913a0367e..eb0d2d504 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -66,12 +66,12 @@ typedef struct { ngx_table_elt_t *host; ngx_table_elt_t *connection; ngx_table_elt_t *if_modified_since; - ngx_table_elt_t *content_length; - ngx_table_elt_t *range; + ngx_table_elt_t *user_agent; + ngx_table_elt_t *content_length; ngx_table_elt_t *accept_encoding; + ngx_table_elt_t *range; - ngx_table_elt_t *user_agent; ngx_table_elt_t *keep_alive; size_t host_name_len; |