diff src/http/ngx_http_request.h @ 3814:e6e453203bae

"If-Unmodified-Since" support
author Igor Sysoev <igor@sysoev.ru>
date Mon, 06 Dec 2010 11:11:05 +0000
parents 4a643a230686
children 11c68a5ed419
line wrap: on
line diff
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -167,6 +167,7 @@ typedef struct {
     ngx_table_elt_t                  *host;
     ngx_table_elt_t                  *connection;
     ngx_table_elt_t                  *if_modified_since;
+    ngx_table_elt_t                  *if_unmodified_since;
     ngx_table_elt_t                  *user_agent;
     ngx_table_elt_t                  *referer;
     ngx_table_elt_t                  *content_length;