From c83f683553cb76dcc9b7311495383edbacccf06d Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 24 Jun 2004 07:53:37 +0000 Subject: nginx-0.0.7-2004-06-24-11:53:37 import --- src/http/ngx_http_request.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_request.h') 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; -- cgit