summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-06-07 11:55:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-06-07 23:14:06 +0200
commit528f22736daf0901146310e772714052cdca47bc (patch)
tree64f4a8062c52baf69459d4812cfbcb5a412f0321 /tests
parent77590673e93ef47a92ada3e2fd5d9dcdcde83730 (diff)
downloadcurl-528f22736daf0901146310e772714052cdca47bc.tar.gz
test395: hyper cannot work around > 64 bit content-lengths like built-in
Closes #7205
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test3957
1 files changed, 7 insertions, 0 deletions
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: */*
</protocol>
+
+# hyper cannot work with too-large content-length
+%if hyper
+<errorcode>
+1
+</errorcode>
+%endif
</verify>
</testcase>