Perl: added processing for IO:Handle-like object.
The application can return the body as an IO:Handle-like object without file descriptor.
This commit is contained in:
@@ -185,7 +185,6 @@ class TestUnitPerlApplication(unit.TestUnitApplicationPerl):
|
||||
|
||||
self.assertEqual(resp['body'], '0123456789', 'keep-alive 2')
|
||||
|
||||
@unittest.expectedFailure
|
||||
def test_perl_body_io_fake(self):
|
||||
self.load('body_io_fake')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user