mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
hyper: disable test 1294 since hyper doesn't allow such crazy headers
Closes #7905
This commit is contained in:
parent
bc8674d87d
commit
8d9af7062b
@ -51,6 +51,7 @@ The hyper backend doesn't support
|
||||
- `CURLOPT_IGNORE_CONTENT_LENGTH`
|
||||
- `--raw` and disabling `CURLOPT_HTTP_TRANSFER_DECODING`
|
||||
- RTSP
|
||||
- hyper is much stricter about what HTTP header contents it allow in requests
|
||||
|
||||
## Remaining issues
|
||||
|
||||
|
@ -64,7 +64,6 @@
|
||||
1021
|
||||
1156
|
||||
1160
|
||||
1294
|
||||
1417
|
||||
1430
|
||||
1431
|
||||
|
@ -28,8 +28,10 @@ Funny-head: yesyes
|
||||
#
|
||||
# Client-side
|
||||
<client>
|
||||
# hyper doesn't support the added crazy header
|
||||
<features>
|
||||
debug
|
||||
!hyper
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
Loading…
x
Reference in New Issue
Block a user