diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-01-15 07:02:27 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-15 07:02:27 +0000 |
| commit | ad22e01112003ec8600f3e1f6ef184fc18a69bc8 (patch) | |
| tree | 98981830393636b259e91f935fb017ff41c4b94e /src/http/ngx_http.h | |
| parent | e79c6ac7b271cab208cd3295a833e4d9c8b9460b (diff) | |
| download | nginx-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.h | 1 |
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; |
