commit | 2d0d909b808a294e35acd16a108262f66af130b7 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 03 15:45:38 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 03 15:45:38 2002 +0000 |
tree | a8343246f8cacac8564c400156dc21d8b8136eaa | |
parent | a0bb31f92c86a96b3008f9ee320890ee0d920487 [diff] [blame] |
nginx-0.0.1-2002-12-03-18:45:38 import
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 69dd20c..30e3159 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h
@@ -115,6 +115,7 @@ int http_major; int http_minor; + ngx_str_t request_line; char *uri; char *exten; ngx_http_request_t *main;