]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix occasional pytest failures
authorRainer Jung <rjung@apache.org>
Sat, 6 Apr 2024 10:25:41 +0000 (10:25 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 6 Apr 2024 10:25:41 +0000 (10:25 +0000)
commitd3c4bf9ffe93e0a7dae2f1257782cdf087a68778
treec4c56d408952115423f83c22ac893819baf585ff
parent251d796a8d4b995ee5373c25d895604e4278114d
Fix occasional pytest failures
in modules/http2/test_800_websockets.py
(test_h2_800_03_not_found and
test_h2_800_05_non_ws_delay_resource) due to
additional RST messages.

Maybe we should allow RST after EOF in all websocket tests?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916830 13f79535-47bb-0310-9956-ffa450edef68
test/modules/http2/test_800_websockets.py