summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-04-19 10:36:53 +0000
committerStefan Eissing <icing@apache.org>2022-04-19 10:36:53 +0000
commitb737bb84684852feb8e1e0c872a54198e91e93cd (patch)
treed1e83af1a3ba46497d53b3fb627facdaf1b669d3 /test
parent887ffec71205571029636c4b6e6df933625ee3c0 (diff)
downloadhttpd-b737bb84684852feb8e1e0c872a54198e91e93cd.tar.gz
*) mod_http2: using new session ids also in logging for connection
contexts and bucket beams. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900031 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/modules/http2/test_004_post.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/http2/test_004_post.py b/test/modules/http2/test_004_post.py
index b4f4e443d5..97f05e252f 100644
--- a/test/modules/http2/test_004_post.py
+++ b/test/modules/http2/test_004_post.py
@@ -69,7 +69,7 @@ class TestPost:
("H2_PUSHED", ""),
("H2_PUSHED_ON", ""),
("H2_STREAM_ID", "1"),
- ("H2_STREAM_TAG", r'\d+-1'),
+ ("H2_STREAM_TAG", r'\d+-\d+-1'),
])
def test_h2_004_07(self, env, name, value):
url = env.mkurl("https", "cgi", "/env.py")