From f9910e85fa1e4e93c3dbd19a628d0b47cc1034d0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 25 Oct 2021 16:49:52 +0200 Subject: [PATCH] test1287: make work on hyper Closes #7905 --- tests/data/DISABLED | 1 - tests/data/test1287 | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 742a98a8cc..6856112d4a 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -64,7 +64,6 @@ 1021 1156 1160 -1287 1288 1294 1417 diff --git a/tests/data/test1287 b/tests/data/test1287 index 5493e7dc03..0d0ad47d06 100644 --- a/tests/data/test1287 +++ b/tests/data/test1287 @@ -83,8 +83,10 @@ Accept: */* +%if !hyper * Ignoring Content-Length in CONNECT 200 response * Ignoring Transfer-Encoding in CONNECT 200 response +%endif s/^.*(?=\* Ignoring (?:Content-Length|Transfer-Encoding) )// or $_ = '' -- 2.47.3