diff src/http/ngx_http_request.h @ 367:ceec87d1c2b3

nginx-0.0.7-2004-06-24-11:53:37 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 24 Jun 2004 07:53:37 +0000
parents 7650aea1816f
children e7054aaedf68
line wrap: on
line diff
--- 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;