diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-01-26 21:08:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-01-26 21:08:14 +0000 |
| commit | 9b25d691d3a472cb499d638b57f18e743cc2c4f3 (patch) | |
| tree | 4979f030e639e14a32ea8b7d19c42e638878370f /src/http/ngx_http.h | |
| parent | 830c4ce7afd0da40a06d47c176534a5fa03c0b36 (diff) | |
| download | nginx-9b25d691d3a472cb499d638b57f18e743cc2c4f3.tar.gz nginx-9b25d691d3a472cb499d638b57f18e743cc2c4f3.tar.bz2 | |
nginx-0.0.1-2003-01-27-00:08:14 import
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 2 |
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; |
