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 /auto | |
parent | b379dae85e6edcb4af1ac665ab66d99e63bf34f4 (diff) | |
download | unit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.gz unit-fde4d18e3a66bb71e122e27fe11b152547ca1b2b.tar.bz2 |
Removed legacy HTTP parser.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources index 373813e0..7d4f9a99 100644 --- a/auto/sources +++ b/auto/sources @@ -135,7 +135,6 @@ NXT_LIB_SRC0=" \ src/nxt_stream_source.c \ src/nxt_upstream_source.c \ src/nxt_http_source.c \ - src/nxt_http_parse.c \ src/nxt_http_chunk_parse.c \ src/nxt_fastcgi_source.c \ src/nxt_fastcgi_record_parse.c \ |