Tests: parsing of "Transfer-Encoding: chunked" responses.
This commit is contained in:
@@ -157,7 +157,7 @@ class TestPerlApplication(TestApplicationPerl):
|
||||
def test_perl_application_body_empty(self):
|
||||
self.load('body_empty')
|
||||
|
||||
self.assertEqual(self.get()['body'], '0\r\n\r\n', 'body empty')
|
||||
self.assertEqual(self.get()['body'], '', 'body empty')
|
||||
|
||||
def test_perl_application_body_array(self):
|
||||
self.load('body_array')
|
||||
|
||||
Reference in New Issue
Block a user