mirror of
https://github.com/curl/curl.git
synced 2026-05-01 13:37:51 +03:00
tests: drop unused CURL_FORCEHOST envs
Also match case of the `Debug` feature name in comments. Closes #17972
This commit is contained in:
parent
e9a4f5cad0
commit
7946bbbbe2
36 changed files with 37 additions and 70 deletions
|
|
@ -34,7 +34,7 @@ alt-svc: h2="second.example:443"; ma=315360000;
|
|||
http
|
||||
</server>
|
||||
|
||||
# require debug so that alt-svc can work over plain old HTTP
|
||||
# require Debug so that alt-svc can work over plain old HTTP
|
||||
<features>
|
||||
alt-svc
|
||||
Debug
|
||||
|
|
@ -43,7 +43,7 @@ Debug
|
|||
alt-svc cache save after resetting the handle
|
||||
</name>
|
||||
<setenv>
|
||||
# make debug-curl accept Alt-Svc over plain HTTP
|
||||
# make Debug-curl accept Alt-Svc over plain HTTP
|
||||
CURL_ALTSVC_HTTP="yeah"
|
||||
</setenv>
|
||||
<tool>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue