mirror of
https://github.com/curl/curl.git
synced 2026-06-17 07:35:36 +03:00
test395: hyper cannot work around > 64 bit content-lengths like built-in
Closes #7205
This commit is contained in:
parent
77590673e9
commit
528f22736d
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue