Perl: added implementation delayed response and streaming body.

This commit is contained in:
Alexander Borisov
2019-03-01 16:50:25 +03:00
parent 2e4853f4d7
commit 3b2c1d0eaa
2 changed files with 177 additions and 17 deletions

View File

@@ -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')