diff options
author | Valentin Bartenev <vbart@nginx.com> | 2017-03-01 15:17:55 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2017-03-01 15:17:55 +0300 |
commit | fde4d18e3a66bb71e122e27fe11b152547ca1b2b (patch) | |
tree | f28858069a3f8afda8d8fdd40e7d67e9806c697d /src/nxt_fastcgi_source.h | |
parent | b379dae85e6edcb4af1ac665ab66d99e63bf34f4 (diff) | |
download | unit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.gz unit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.bz2 |
Removed legacy HTTP parser.
Diffstat (limited to '')
-rw-r--r-- | src/nxt_fastcgi_source.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxt_fastcgi_source.h b/src/nxt_fastcgi_source.h index 0bb7692a..293cb704 100644 --- a/src/nxt_fastcgi_source.h +++ b/src/nxt_fastcgi_source.h @@ -77,7 +77,6 @@ struct nxt_fastcgi_source_s { union { nxt_fastcgi_source_request_t request; - nxt_http_split_header_parse_t header; } u; }; |