aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_event.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-04-09 15:42:08 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-04-09 15:42:08 +0000
commit183f9a6dce035cd61be251ffcd6540a3fe28b199 (patch)
treee879b7b7e95c53945b8766f2eda4d6696e64f1b6 /src/http/ngx_http_event.c
parente2a3154f0e3020e1f21f5a88b29daf8cc26e0dc5 (diff)
downloadnginx-183f9a6dce035cd61be251ffcd6540a3fe28b199.tar.gz
nginx-183f9a6dce035cd61be251ffcd6540a3fe28b199.zip
nginx-0.0.1-2003-04-09-19:42:08 import
Diffstat (limited to 'src/http/ngx_http_event.c')
-rw-r--r--src/http/ngx_http_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_event.c b/src/http/ngx_http_event.c
index bad9a5e48..d16460c4d 100644
--- a/src/http/ngx_http_event.c
+++ b/src/http/ngx_http_event.c
@@ -56,7 +56,7 @@ static ngx_http_header_t headers_in[] = {
{ ngx_string("Host"), offsetof(ngx_http_headers_in_t, host) },
{ ngx_string("Connection"), offsetof(ngx_http_headers_in_t, connection) },
{ ngx_string("If-Modified-Since"),
- offsetof(ngx_http_headers_in_t,if_modified_since) },
+ offsetof(ngx_http_headers_in_t, if_modified_since) },
{ ngx_string("User-Agent"), offsetof(ngx_http_headers_in_t, user_agent) },