summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-10-26 15:37:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-10-26 15:37:54 +0000
commit10a04dbf27dec7e0b59049efbbc8223dd5f4a36a (patch)
treebd8e67688604779b63f0b4efd86c1faaa2df4347 /src/http/ngx_http_request.h
parent90abbf2e2358e5a259974b120efc746e1d17fc49 (diff)
downloadnginx-10a04dbf27dec7e0b59049efbbc8223dd5f4a36a.tar.gz
nginx-10a04dbf27dec7e0b59049efbbc8223dd5f4a36a.tar.bz2
merge r2890, r2891, r2892:
refactor ngx_http_charset_header_filter()
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 97ffbbf21..fd830b2a5 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -488,7 +488,6 @@ struct ngx_http_request_s {
unsigned root_tested:1;
unsigned done:1;
unsigned logged:1;
- unsigned utf8:1;
unsigned buffered:4;