diff options
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; |