summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-15 07:02:27 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-01-15 07:02:27 +0000
commitad22e01112003ec8600f3e1f6ef184fc18a69bc8 (patch)
tree98981830393636b259e91f935fb017ff41c4b94e /src/http/ngx_http.h
parente79c6ac7b271cab208cd3295a833e4d9c8b9460b (diff)
downloadnginx-ad22e01112003ec8600f3e1f6ef184fc18a69bc8.tar.gz
nginx-ad22e01112003ec8600f3e1f6ef184fc18a69bc8.tar.bz2
nginx-0.0.1-2003-01-15-10:02:27 import
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 44b9497e7..c818b5a88 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -140,6 +140,7 @@ struct ngx_http_request_s {
char *discarded_buffer;
ngx_str_t path;
+ int path_err;
unsigned keepalive:1;
unsigned lingering_close:1;