]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
modern python fixes:
authorStefan Eissing <icing@apache.org>
Thu, 7 May 2026 09:46:23 +0000 (09:46 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 7 May 2026 09:46:23 +0000 (09:46 +0000)
commit1d7ba6ce100408ddb5e1f00ec20fb16e737ed98f
treeefa66767dec94bd9fa058c9b31d130130cbb8162
parent8f43e250ec6cc37a2f7dd9886effa90b1e6cfb38
modern python fixes:

- rename hook parameter, because python thought this is a super good idea
- change call property to method because it no longer worked

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933904 13f79535-47bb-0310-9956-ffa450edef68
40 files changed:
test/conftest.py
test/modules/core/conftest.py
test/modules/http1/conftest.py
test/modules/http2/conftest.py
test/modules/http2/env.py
test/modules/http2/test_001_httpd_alive.py
test/modules/http2/test_002_curl_basics.py
test/modules/http2/test_003_get.py
test/modules/http2/test_004_post.py
test/modules/http2/test_005_files.py
test/modules/http2/test_006_assets.py
test/modules/http2/test_007_ssi.py
test/modules/http2/test_008_ranges.py
test/modules/http2/test_009_timing.py
test/modules/http2/test_100_conn_reuse.py
test/modules/http2/test_101_ssl_reneg.py
test/modules/http2/test_102_require.py
test/modules/http2/test_103_upgrade.py
test/modules/http2/test_104_padding.py
test/modules/http2/test_106_shutdown.py
test/modules/http2/test_107_frame_lengths.py
test/modules/http2/test_200_header_invalid.py
test/modules/http2/test_201_header_conditional.py
test/modules/http2/test_202_trailer.py
test/modules/http2/test_203_rfc9113.py
test/modules/http2/test_300_interim.py
test/modules/http2/test_400_push.py
test/modules/http2/test_401_early_hints.py
test/modules/http2/test_500_proxy.py
test/modules/http2/test_501_proxy_serverheader.py
test/modules/http2/test_502_proxy_port.py
test/modules/http2/test_503_proxy_fwd.py
test/modules/http2/test_600_h2proxy.py
test/modules/http2/test_601_h2proxy_twisted.py
test/modules/http2/test_700_load_get.py
test/modules/http2/test_710_load_post_static.py
test/modules/http2/test_711_load_post_cgi.py
test/modules/http2/test_712_buffering.py
test/modules/http2/test_800_websockets.py
test/modules/proxy/conftest.py