1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-24 09:08:49 -05:00

test395: hyper cannot work around > 64 bit content-lengths like built-in

Closes #7205
This commit is contained in:
Daniel Stenberg 2021-06-07 11:55:52 +02:00
parent 77590673e9
commit 528f22736d
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -49,5 +49,12 @@ User-Agent: curl/%VERSION
Accept: */* Accept: */*
</protocol> </protocol>
# hyper cannot work with too-large content-length
%if hyper
<errorcode>
1
</errorcode>
%endif
</verify> </verify>
</testcase> </testcase>