diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-03 15:45:38 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-03 15:45:38 +0000 |
| commit | 2d0d909b808a294e35acd16a108262f66af130b7 (patch) | |
| tree | a8343246f8cacac8564c400156dc21d8b8136eaa /src/http/ngx_http.h | |
| parent | a0bb31f92c86a96b3008f9ee320890ee0d920487 (diff) | |
| download | nginx-2d0d909b808a294e35acd16a108262f66af130b7.tar.gz nginx-2d0d909b808a294e35acd16a108262f66af130b7.tar.bz2 | |
nginx-0.0.1-2002-12-03-18:45:38 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 69dd20c7a..30e3159f0 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -115,6 +115,7 @@ struct ngx_http_request_s { int http_major; int http_minor; + ngx_str_t request_line; char *uri; char *exten; ngx_http_request_t *main; |
