test1266/1267: disabled on hyper: no HTTP/0.9 support

Closes #7905
This commit is contained in:
Daniel Stenberg 2021-10-25 16:47:43 +02:00
parent 13bbf81c59
commit 5c26764cd5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
3 changed files with 8 additions and 2 deletions

View File

@ -64,8 +64,6 @@
1021
1156
1160
1266
1267
1287
1288
1294

View File

@ -19,6 +19,10 @@ swsclose
#
# Client-side
<client>
# hyper doesn't grok HTTP/0.9
<features>
!hyper
</features>
<server>
http
</server>

View File

@ -19,6 +19,10 @@ swsclose
#
# Client-side
<client>
# hyper doesn't grok HTTP/0.9
<features>
!hyper
</features>
<server>
http
</server>