diff options
author | Alexander Borisov <alexander.borisov@nginx.com> | 2019-03-01 16:50:25 +0300 |
---|---|---|
committer | Alexander Borisov <alexander.borisov@nginx.com> | 2019-03-01 16:50:25 +0300 |
commit | 3b2c1d0eaaf8252242d2a164ad768a985e8ded5c (patch) | |
tree | 80950fbd63fb28075c3d8f2a11e4daac4a6c4a8c /test/test_perl_application.py | |
parent | 2e4853f4d7b4a1e49bc4dedd3c9cba61134fb511 (diff) | |
download | unit-3b2c1d0eaaf8252242d2a164ad768a985e8ded5c.tar.gz unit-3b2c1d0eaaf8252242d2a164ad768a985e8ded5c.tar.bz2 |
Perl: added implementation delayed response and streaming body.
Diffstat (limited to 'test/test_perl_application.py')
-rw-r--r-- | test/test_perl_application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_perl_application.py b/test/test_perl_application.py index 6fd0f78e..4609c2bd 100644 --- a/test/test_perl_application.py +++ b/test/test_perl_application.py @@ -45,7 +45,7 @@ class TestUnitPerlApplication(unit.TestUnitApplicationPerl): 'Psgi-Multiprocess': '1', 'Psgi-Run-Once': '', 'Psgi-Nonblocking': '', - 'Psgi-Streaming': '' + 'Psgi-Streaming': '1' }, 'headers') self.assertEqual(resp['body'], body, 'body') |