Tests: don't try to return response when "no_recv" is True.
This commit is contained in:
@@ -259,14 +259,13 @@ class TestPerlApplication(TestApplicationPerl):
|
||||
socks = []
|
||||
|
||||
for i in range(4):
|
||||
(_, sock) = self.get(
|
||||
sock = self.get(
|
||||
headers={
|
||||
'Host': 'localhost',
|
||||
'X-Delay': '2',
|
||||
'Connection': 'close',
|
||||
},
|
||||
no_recv=True,
|
||||
start=True,
|
||||
)
|
||||
|
||||
socks.append(sock)
|
||||
|
||||
Reference in New Issue
Block a user