diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-02-18 16:51:30 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-02-18 16:51:30 +0300 |
commit | 2a6b54c23020a24eaadfb4006235ca17dfa877f8 (patch) | |
tree | 564b4ebe601c3f1eda951e3309eed7347f39ca26 /test/test_http_header.py | |
parent | 1ba49d925031a74f1a6b6f31991562583f3271b5 (diff) | |
download | unit-2a6b54c23020a24eaadfb4006235ca17dfa877f8.tar.gz unit-2a6b54c23020a24eaadfb4006235ca17dfa877f8.tar.bz2 |
Rejecting requests with duplicate "Content-Length".
Diffstat (limited to 'test/test_http_header.py')
-rw-r--r-- | test/test_http_header.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_http_header.py b/test/test_http_header.py index 7894c94e..5a982217 100644 --- a/test/test_http_header.py +++ b/test/test_http_header.py @@ -198,7 +198,6 @@ a 'Host': 'localhost' }, body='X' * 1000)['status'], 400, 'Content-Length multiple value') - @unittest.expectedFailure def test_http_header_content_length_multiple_fields(self): self.load('empty') |