Tests: read_timeout increased for incomplete requests.
Also fixed test without \"Host\" header.
This commit is contained in:
@@ -294,7 +294,7 @@ class TestPythonApplication(TestApplicationPython):
|
||||
""",
|
||||
start=True,
|
||||
raw=True,
|
||||
read_timeout=1,
|
||||
read_timeout=5,
|
||||
)
|
||||
|
||||
self.assertIn(
|
||||
|
||||
Reference in New Issue
Block a user