aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index abd52bc5e..cc0cbbf5e 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -311,7 +311,7 @@ struct ngx_http_request_s {
ngx_uint_t headers_n;
/* used to parse HTTP headers */
- ngx_int_t state;
+ ngx_uint_t state;
u_char *uri_start;
u_char *uri_end;
u_char *uri_ext;