diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 07:53:37 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-24 07:53:37 +0000 |
commit | c83f683553cb76dcc9b7311495383edbacccf06d (patch) | |
tree | 3fecc630afb8e5c101973ab5530379eca3246725 /src/http/ngx_http_request.h | |
parent | e0207bb8eb230d4750c4f328af9afbb79051a026 (diff) | |
download | nginx-c83f683553cb76dcc9b7311495383edbacccf06d.tar.gz nginx-c83f683553cb76dcc9b7311495383edbacccf06d.zip |
nginx-0.0.7-2004-06-24-11:53:37 import
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index 52e110af7..3ffecc812 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -207,6 +207,8 @@ struct ngx_http_cleanup_s { typedef ngx_int_t (*ngx_http_handler_pt)(ngx_http_request_t *r); struct ngx_http_request_s { + uint32_t signature; /* "HTTP" */ + ngx_connection_t *connection; void **ctx; |