Skip to content

Commit 783f27d

Browse files
committed
test 106_02: also allow error 56
1 parent 47446d6 commit 783f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modules/http2/test_106_shutdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_h2_106_02(self, env):
6666
r = env.curl_get(url, options=['-v'])
6767
# requests should succeed, but rarely connections get closed
6868
# before the response is received
69-
if r.exit_code in [16, 55]:
69+
if r.exit_code in [16, 55, 56]:
7070
# curl send error
7171
assert r.response is None
7272
else:

0 commit comments

Comments
 (0)