From a248b7f45e1f70c887aa7520341b08f113c0e827 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 18 Nov 2024 22:28:35 +0100 Subject: [PATCH] Switch tests from neverssl.com to httpforever.com The former has begun to return a 403 (though it works from the browser). --- tst/http.g | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tst/http.g b/tst/http.g index c855c27..88efae6 100644 --- a/tst/http.g +++ b/tst/http.g @@ -2,7 +2,7 @@ LoadPackage("io"); -r := SingleHTTPRequest("neverssl.com",80,"GET", +r := SingleHTTPRequest("httpforever.com",80,"GET", "/index.html", rec(),false,false);