aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-05-25 15:57:43 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-05-25 15:57:43 +0000
commitd1d8cd587ba5ebbf92e3254ef9d6029195611ad1 (patch)
tree1b9f359819d04f55bc364ffa986b3f1e50106ad1 /src/http/ngx_http_request.h
parente959128b4a0edd9d3eba6983d7d507cb058b619d (diff)
downloadnginx-d1d8cd587ba5ebbf92e3254ef9d6029195611ad1.tar.gz
nginx-d1d8cd587ba5ebbf92e3254ef9d6029195611ad1.zip
refactor ngx_http_charset_header_filter()
Diffstat (limited to 'src/http/ngx_http_request.h')
-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;