summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http.h1
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;