From 528f22736daf0901146310e772714052cdca47bc Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 7 Jun 2021 11:55:52 +0200 Subject: [PATCH] test395: hyper cannot work around > 64 bit content-lengths like built-in Closes #7205 --- tests/data/test395 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/data/test395 b/tests/data/test395 index 119eb4738..541b66b50 100644 --- a/tests/data/test395 +++ b/tests/data/test395 @@ -49,5 +49,12 @@ User-Agent: curl/%VERSION Accept: */* + +# hyper cannot work with too-large content-length +%if hyper + +1 + +%endif