From 9b25d691d3a472cb499d638b57f18e743cc2c4f3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sun, 26 Jan 2003 21:08:14 +0000 Subject: nginx-0.0.1-2003-01-27-00:08:14 import --- src/http/ngx_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/ngx_http.h') 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; -- cgit