From: Owen Rudge Subject: [tools] winetest: Add a script to test HTTP redirection limits. Message-Id: <1e9f99fc-53a4-aa6e-a0bb-e4855a9416af@codeweavers.com> Date: Mon, 29 Jun 2020 22:44:04 +0100 I've written patches to implement support for WINHTTP_OPTION_MAX_HTTP_AUTOMATIC_REDIRECTS in winhttp; this script will be required for the tests. Signed-off-by: Owen Rudge --- winetest/tests/redirecttest.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 winetest/tests/redirecttest.php diff --git a/winetest/tests/redirecttest.php b/winetest/tests/redirecttest.php new file mode 100644 index 0000000..e9f8995 --- /dev/null +++ b/winetest/tests/redirecttest.php @@ -0,0 +1,17 @@ +