Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-01-27 00:08:14 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-01-27 00:08:14 +0300
commit9b25d691d3a472cb499d638b57f18e743cc2c4f3 (patch)
tree4979f030e639e14a32ea8b7d19c42e638878370f /src/http/ngx_http.h
parent830c4ce7afd0da40a06d47c176534a5fa03c0b36 (diff)
nginx-0.0.1-2003-01-27-00:08:14 import
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;