From f852f908a9dd4170371490567ad77d44a9d5d752 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 21 Oct 2021 22:30:37 +0200 Subject: test262: don't attempt with hyper This test verifies that curl works with binary zeroes in HTTP response headers and hyper refuses such. They're not kosher http. Closes #7889 --- tests/data/DISABLED | 1 - tests/data/test262 | Bin 1148 -> 1178 bytes 2 files changed, 1 deletion(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 687857ad2..bb2955f43 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -40,7 +40,6 @@ # hyper support remains EXPERIMENTAL as long as there's a test number # listed below %if hyper -262 265 266 326 diff --git a/tests/data/test262 b/tests/data/test262 index 1e03f2772..43994b05f 100644 Binary files a/tests/data/test262 and b/tests/data/test262 differ -- cgit v1.2.1