]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Merge r1934891 from trunk:
authorJim Jagielski <jim@apache.org>
Mon, 6 Jul 2026 11:52:40 +0000 (11:52 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 6 Jul 2026 11:52:40 +0000 (11:52 +0000)
commit9407b226af39ed83561aed4c87d4ddcda5fbc747
treebe58d2b7fc3768bfca79e55baa92a072a677f71f
parent33925dce3e81d2961ea3793bf5e6fddb158e6754
Merge r1934891 from trunk:

  test/h2: ignore AH02430 for the whole TestRfc9113 class

  test_h2_203_02 intentionally triggers AH02430 (illegal response header
  char). Over HTTP/2 the error is logged late during stream teardown and
  can produce several lines, so the per-case ignore_recent() raced them
  and they leaked into a later test's check_error_log(). Move the ignore
  to an autouse class fixture (as conftest.py does for AH10400/AH00045)
  and add HttpdErrorLog.remove_ignored_lognos() to restore on teardown.

Reviewed by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935937 13f79535-47bb-0310-9956-ffa450edef68
test/modules/http2/test_203_rfc9113.py
test/pyhttpd/log.py