diff options
author | Igor Sysoev <igor@sysoev.ru> | 2018-09-28 17:32:02 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2018-09-28 17:32:02 +0300 |
commit | b5d4fc939edca5ea5858b66d5fcf789b660df243 (patch) | |
tree | 407c4bc003e6b68f9a6c7856cfa2320d59e33438 /test | |
parent | 92da8dae1e4194698ace12e6a51df5d9431e00c4 (diff) | |
download | unit-b5d4fc939edca5ea5858b66d5fcf789b660df243.tar.gz unit-b5d4fc939edca5ea5858b66d5fcf789b660df243.tar.bz2 |
Disabled chunked transfer encoding for 204 responses.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_python_application.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_python_application.py b/test/test_python_application.py index f1e2cbf7..e71b6432 100644 --- a/test/test_python_application.py +++ b/test/test_python_application.py @@ -60,7 +60,6 @@ class TestUnitPythonApplication(unit.TestUnitApplicationPython): self.assertEqual(self.get()['headers']['Server-Port'], '7080', 'Server-Port header') - @unittest.expectedFailure def test_python_application_204_transfer_encoding(self): self.load('204_no_content') |