mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 16:48:49 -05:00
test395: hyper cannot work around > 64 bit content-lengths like built-in
Closes #7205
This commit is contained in:
parent
77590673e9
commit
528f22736d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user