mirror of
https://github.com/curl/curl.git
synced 2026-08-24 17:53:33 +03:00
hyper: does not support disabling CURLOPT_HTTP_TRANSFER_DECODING
Simply because hyper doesn't have this ability. Mentioned in docs now. Skip test 326 then Closes #7889
This commit is contained in:
parent
f852f908a9
commit
1732502cb0
5 changed files with 10 additions and 2 deletions
|
|
@ -42,7 +42,6 @@
|
|||
%if hyper
|
||||
265
|
||||
266
|
||||
326
|
||||
357
|
||||
358
|
||||
359
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@ line 1
|
|||
#
|
||||
# Client-side
|
||||
<client>
|
||||
<features>
|
||||
!hyper
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
</server>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue