summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 8d0596ab4..bdef89995 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -148,7 +148,7 @@ struct ngx_http_request_s {
unsigned lingering_close:1;
unsigned header_read:1;
- unsigned header_timeout:1;
+ unsigned header_timeout_set:1;
unsigned logging:1;