diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-12-10 14:44:48 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-10 14:44:48 +0000 |
| commit | 73c3121e6a89a1c02033813798bb283e3546614f (patch) | |
| tree | 1a01494152bd40e6ca6578480ec2982b89029cc4 /src/http/ngx_http_upstream.h | |
| parent | d56088f4da3a95e4dd7a9250d0ea9830482a1b13 (diff) | |
| download | nginx-73c3121e6a89a1c02033813798bb283e3546614f.tar.gz nginx-73c3121e6a89a1c02033813798bb283e3546614f.tar.bz2 | |
delete surplus upstream.schema field
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_upstream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/ngx_http_upstream.h b/src/http/ngx_http_upstream.h index 3ec85f94b..d38d6c025 100644 --- a/src/http/ngx_http_upstream.h +++ b/src/http/ngx_http_upstream.h @@ -144,8 +144,6 @@ typedef struct { ngx_array_t *hide_headers; ngx_array_t *pass_headers; - ngx_str_t schema; - ngx_array_t *store_lengths; ngx_array_t *store_values; |
