]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tests: sync feature names with `curl -V`
authorViktor Szakats <commit@vsz.me>
Mon, 15 Jul 2024 22:41:32 +0000 (00:41 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 15 Jul 2024 22:44:55 +0000 (00:44 +0200)
Some feature names used in tests had minor differences compared to
the well-known ones from `curl -V`. This patch syncs them to make test
results easier to grok.

Closes #14183

158 files changed:
tests/FILEFORMAT.md
tests/data/test1034
tests/data/test1035
tests/data/test1044
tests/data/test1046
tests/data/test1048
tests/data/test1050
tests/data/test1056
tests/data/test1063
tests/data/test1083
tests/data/test1085
tests/data/test1100
tests/data/test116
tests/data/test1203
tests/data/test1210
tests/data/test1230
tests/data/test1268
tests/data/test1294
tests/data/test1295
tests/data/test1310
tests/data/test1311
tests/data/test1312
tests/data/test1313
tests/data/test1334
tests/data/test1335
tests/data/test1336
tests/data/test1337
tests/data/test1338
tests/data/test1339
tests/data/test1340
tests/data/test1341
tests/data/test1342
tests/data/test1343
tests/data/test1344
tests/data/test1345
tests/data/test1346
tests/data/test1347
tests/data/test1348
tests/data/test1349
tests/data/test1350
tests/data/test1351
tests/data/test1352
tests/data/test1353
tests/data/test1354
tests/data/test1355
tests/data/test1356
tests/data/test1357
tests/data/test1358
tests/data/test1359
tests/data/test1360
tests/data/test1361
tests/data/test1362
tests/data/test1363
tests/data/test1408
tests/data/test1422
tests/data/test1425
tests/data/test1426
tests/data/test1435
tests/data/test1436
tests/data/test1443
tests/data/test1448
tests/data/test1454
tests/data/test1456
tests/data/test1460
tests/data/test1467
tests/data/test1468
tests/data/test1470
tests/data/test1487
tests/data/test159
tests/data/test165
tests/data/test1662
tests/data/test1908
tests/data/test1933
tests/data/test1934
tests/data/test1935
tests/data/test1936
tests/data/test1937
tests/data/test1938
tests/data/test1955
tests/data/test1956
tests/data/test1957
tests/data/test1958
tests/data/test1959
tests/data/test1970
tests/data/test1971
tests/data/test1972
tests/data/test1973
tests/data/test1974
tests/data/test1975
tests/data/test2046
tests/data/test2047
tests/data/test2056
tests/data/test2057
tests/data/test2100
tests/data/test212
tests/data/test2300
tests/data/test2301
tests/data/test2302
tests/data/test2303
tests/data/test2304
tests/data/test2305
tests/data/test2307
tests/data/test240
tests/data/test2400
tests/data/test2401
tests/data/test2406
tests/data/test241
tests/data/test242
tests/data/test2501
tests/data/test252
tests/data/test253
tests/data/test254
tests/data/test255
tests/data/test2600
tests/data/test263
tests/data/test3202
tests/data/test356
tests/data/test358
tests/data/test359
tests/data/test363
tests/data/test412
tests/data/test413
tests/data/test437
tests/data/test438
tests/data/test439
tests/data/test446
tests/data/test447
tests/data/test472
tests/data/test558
tests/data/test644
tests/data/test687
tests/data/test688
tests/data/test719
tests/data/test823
tests/data/test832
tests/data/test835
tests/data/test869
tests/data/test878
tests/data/test881
tests/data/test907
tests/data/test934
tests/data/test937
tests/data/test959
tests/data/test960
tests/data/test961
tests/data/test962
tests/data/test963
tests/data/test964
tests/data/test965
tests/data/test966
tests/data/test967
tests/data/test968
tests/data/test969
tests/data/test970
tests/data/test972
tests/data/test99
tests/runner.pm
tests/runtests.pl

index bc5f42a086257dea90aad5a54d446ba3ae410c7e..2c36a91cd427c489e25a6dcdd1954fbf1a1da847 100644 (file)
@@ -432,7 +432,7 @@ Features testable here are:
 - `CharConv`
 - `cookies`
 - `crypto`
-- `debug`
+- `Debug`
 - `DoH`
 - `getrlimit`
 - `GnuTLS`
@@ -443,12 +443,12 @@ Features testable here are:
 - `HTTP-auth`
 - `http/2`
 - `http/3`
-- `https-proxy`
+- `HTTPS-proxy`
 - `hyper`
-- `idn`
-- `ipv6`
+- `IDN`
+- `IPv6`
 - `Kerberos`
-- `large_file`
+- `Largefile`
 - `large-time` (time_t is larger than 32 bit)
 - `ld_preload`
 - `libssh2`
@@ -483,7 +483,7 @@ Features testable here are:
 - `threadsafe`
 - `Unicode`
 - `unittest`
-- `unix-sockets`
+- `UnixSockets`
 - `verbose-strings`
 - `wakeup`
 - `win32`
index 2a8170487e161407bb13962bb654bd7c92e16c92..09a4dd5f3fd5b2573160ed36e8b9659c4e237b37 100644 (file)
@@ -23,7 +23,7 @@ config file
 none
 </server>
 <features>
-idn
+IDN
 http
 proxy
 </features>
index 1ace9428dd37459757d68c6bb7c7c6ad116b8302..0bbaabf9c8ff262b897d42b00a89385fcc7183cc 100644 (file)
@@ -21,7 +21,7 @@ FAILURE
 none
 </server>
 <features>
-idn
+IDN
 http
 proxy
 </features>
index 96a4f48c2303caf63eaf7d631f9324dbf076827a..471f099a3f1defca05fe16dcf33095972fa32f4e 100644 (file)
@@ -23,7 +23,7 @@ Largefile
 # Client-side
 <client>
 <features>
-large_file
+Largefile
 </features>
 <server>
 ftp
index c6bdcbb24bc4bed5b773c7cf9fec283bd325e576..865fe12933ccfb87209a7d8328a1efdf044b1bf6 100644 (file)
@@ -27,7 +27,7 @@ Content-Type: text/plain
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index 56f19c4af33188388ee45bb7da3aab5841c6ee3a..d4e12494b19461209e83f4e5f5e8993a57254e46 100644 (file)
@@ -34,7 +34,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index ff179c637bfd9d4d88508b9c7bd1a0c395f8cbbb..d302f1056370c5fc6d6e797977675e60c94eb55b 100644 (file)
@@ -30,7 +30,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index 40879662a33f13ed97686f4a8e7aeb5b737d4f21..033c31f9f66ddac0c9c956fdc2d2b85a79065118 100644 (file)
@@ -48,7 +48,7 @@ body
 # test there. This feature doesn't work on msys or Cygwin, so use a precheck
 # to skip those.
 <features>
-ipv6
+IPv6
 !win32
 </features>
 <server>
index fcbc4b883fde6df96cc67493a7996d99d70f1512..449263ef6f0ecaf058f355093be3a51d2ce5da5a 100644 (file)
@@ -20,7 +20,7 @@ none
 </server>
 <features>
 file
-large_file
+Largefile
 </features>
 <name>
 Invalid large X- range on a file://
index 8728d61832efd8bb9787bcf8ed3fbb98e64558e6..6757920f49b69056f1daf5d451fc22cab553ead8 100644 (file)
@@ -27,7 +27,7 @@ Content-Type: text/plain
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index b63b0f033bdab0fdf56406d44382e6e572ee5188..55eb00e06901eb20c76ef82b252d916b6919aebf 100644 (file)
@@ -20,7 +20,7 @@ non-existing host
 <client>
 <features>
 http
-ipv6
+IPv6
 </features>
 <server>
 none
index 1148a79f75c8945150f68dcbbb287f3278e45ff4..268f367f218a8ce71b5b052d26c78e74ba5f1875 100644 (file)
@@ -65,7 +65,7 @@ This is the final page !
 NTLM
 SSL
 !SSPI
-debug
+Debug
 </features>
 <server>
 http
index 37aed2ceb2cd160538ee5fb2b42378724c2d4755..0ab00aae91f33efa682631391112e4e9a7dff287 100644 (file)
@@ -23,7 +23,7 @@ ftp
 </server>
 # EPRT is only sent when IPv6 is enabled
 <features>
-ipv6
+IPv6
 </features>
 <name>
 FTP download, failed PORT
index b4c70e9cbc0b8008f91bc2ef0a93e0bcef9afd99..267fc15cb79100c386a4737ffc1641b8d001e765 100644 (file)
@@ -20,7 +20,7 @@ iMenu results         error.host      1
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 gopher-ipv6
index 4a07147f92f72216f19d2f4ee258670906912f94..c8a3555cc2f004daf5ef2719fb9a114785b06b80 100644 (file)
@@ -27,7 +27,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 5cdf1643fe42089d2ad24f6f0a29584eae2125a3..fbcff60393b04d9091f941206db8c2cea5479d42 100644 (file)
@@ -42,7 +42,7 @@ mooooooo
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 proxy
 </features>
 <server>
index cf12334570d212eb28cb04d7df08d9233d9e2a52..15b15b56e9fbf4b301cf18925e9325430f4d6bcc 100644 (file)
@@ -17,7 +17,7 @@ warning
 none
 </server>
 <features>
-unix-sockets
+UnixSockets
 </features>
 <name>
 filename argument looks like a flag
index 396f8a173217b0a554c8721b05e08e8115d127ac..b16ecb14241d09af3df76015bfb17dc49a20d1e3 100644 (file)
@@ -30,7 +30,7 @@ Funny-head: yesyes
 <client>
 # hyper doesn't support the added crazy header
 <features>
-debug
+Debug
 !hyper
 </features>
 <server>
index e3692f5d67293febcff6b0ae2c69e0822b705481..5c963cae43e8b4034014a13c6040cb247bae54d8 100644 (file)
@@ -29,7 +29,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 12fdbb1580eec4d4d0c255da29d573427224a37f..f3c1cfa3dae86732f48f8045b9ea65abc85d62b2 100644 (file)
@@ -56,7 +56,7 @@ Finally, this is the real page!
 <client>
 <features>
 NTLM_WB
-debug
+Debug
 </features>
 <server>
 http
index 8e48794a08a9f31e474ad35567a88d3c24b59287..cc53489aa694f7611d12ca6a051ae4ffd5349844 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -J output in
 <features>
-debug
+Debug
 </features>
 <server>
 http
index c8170a8afafe8f8b4cb6a04c80571e1b66909ee3..6dfee1be54312e9c3c2ff30b0c1f6c8e3c4fe5c8 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: inline; filename="name%TESTNUMBER;weird"
 # this relies on the debug feature to allow us to set directory to store the
 # -J output in
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 8a285974403ca98f3423f4e5b003ba04b8ae687a..ef7b17f45535727a0c14b18cb5f8823490ad1867 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: inline; filename='name%TESTNUMBER
 # this relies on the debug feature to allow us to set directory to store the
 # -J output in
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 88a41d8b2bb0ec5bf29c89de12afedb020d024e2..4c6d15b8c7b0f155a86b2e584251e9f126199a28 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 4d64ea877f6b9abdeafb6f4f6b3ffdfd7667f0f9..6ae23eeab2c4307d9d921d2a45e1746ed051caed 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 993d8c6f87baf35a0159964d30df7cd7b8bcccbd..98579bf301a9218b0728937ecab9656110badea7 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 4b954d063a142735aba966d5de9e2e4d65c8d763..149fb247118a2a39b0acebaf914da58554e065a4 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index c1c271a95ef0279fe6cdd41710d1d449a33b22a3..9241ca0bda782bd8b78c1df883a4f06b456aeccb 100644 (file)
@@ -27,7 +27,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O and -J output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index a46934d3a3783a0be55c27b66423905d4bc340c4..aed9307b50802028bf47d903ecd1a5c76fdb59c8 100644 (file)
@@ -27,7 +27,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O and -J output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index ebec701a6448511567ee73348b9ebc5b917773bb..d2ac8f7a32632123c12631e2150e873c48854e6c 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O and -J output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 75d9daae74c66aca39563f4c9d8ab3fc3b885861..8e6feafde890d443488364cdeb7de4829f774476 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O and -J output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 39dbfab57d63e439ad7f668e622a8cc006b82098..3da479f055377144e16e6cce7ca0a80dbd806969 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 6a9eb7dc81702f0e82940fca31626ca7bf067c2e..83a199874ecee3c40f0988d1e6590079ebe13ce8 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index ba4b38976d62a11b035cb9a1627054494d560439..b0e9f960a63ac1ee8f6a4d67c6893160f4fd48d2 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index a9298e4e27e2b2beed6438c8c416428c57b47b0f..456ec497010122f47e27aacfd9d48b29b0f10494 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index bab67cb6310816b3258e624da3b27c9f8c2a9122..13df57164287b459bfd8e491783c989d6ccedf4c 100644 (file)
@@ -26,7 +26,7 @@ Content-Type: text/html
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 868e2611c899f009136cca7821adfa0f83eba2c7..0b7ec82660ef579831d2bec9f024026133d18198 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 3de0b4a93bb1bf4ef25e455ba4cb715c0aba5ce1..73cb473d97b8c0947cc64c642923a57d8d994c90 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index d2565496cbae049aa6665f371ccad58060d559f9..4451dc37ed84cc99d631225ce62a8e955460633d 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index b5568f536b7d72f4708382979ac6f8b6d1685688..7f4b5a60fb52ad3f331b207f386271593fcb7c61 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 93232d55cd9a34c67dca7252f2309303f1b3674a..b876bbd35cda0ebd1de3d34268ccf3cae9892d0a 100644 (file)
@@ -20,7 +20,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 0649289b64d9dc0edc04183a34b5cffc6b79b290..53689b6a77f8eab261c42e0129f0e9764ca80b02 100644 (file)
@@ -20,7 +20,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 8e0ad50e4fa1bf7eab70a329d45f624876de501a..be501618cb4539c49be479d8426d572c50b7fdd8 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 506ec90e45c909f12907cb9a8b58669ca32eb6a9..ba5cba780d7b65b9fb2b26cde6dc6d9c57d7cc7f 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index fa19fabc4acf53bab544ef0669a3273fe90a9e76..32c9d8baf2e41139f5b0d6cd94791566ff019360 100644 (file)
@@ -19,7 +19,7 @@ mooo
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 0c326f48c7f6a8e0961a9378ca2714aa7e46e43a..2a156628da92a8b09244032df609298c2c6ceaf8 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 9d395a875045a4b5f5b7ec701bfd1a59173a65f6..371d8c619119f7f28cf3f9b2b1dbea2be8923914 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 973ef7cf4c0fa04d6f304c3784bdda517f630173..bd0b382a8db002b34c2034ffa47cf4a20fabec61 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index fc1eb372892bd4cc16ea37333cf6c41040d9eb8d..bc29dd8c8cf4da911747fbbd9abff63a899c9be4 100644 (file)
@@ -28,7 +28,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 1fb80eecdb4172cc3f4825eac782535f47ac9e5d..70e8053bae169c65ae5d5238e2f7508a0d364161 100644 (file)
@@ -28,7 +28,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 6b9af1ad8adcfb6f1554d6b1ec776b50e92b8ca4..6b9c566a7503bc5c95d2edb9bfccd66b22ce9807 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 03d99047b7cbb1305b7e13127f7cda24e0ebf3ac..41f7b4dfa0d086aa9355ccbc6977d20a9d8a0f45 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 009f68cae22d4b5bf8f170c5dcffc1174d7a6aab..e5344f045ffbf2be2b892f7fe0cbbd4b71839d37 100644 (file)
@@ -27,7 +27,7 @@ MOOOO
 # this relies on the debug feature to allow us to set directory to store the
 # -O output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 </features>
 <server>
 ftp
index 925be875b6463bb2f07e6110bd848d169ef1924d..5c7f6493dfeaf8d720ed0221bc73df8229711c26 100644 (file)
@@ -40,7 +40,7 @@ Set-Cookie: time=2
 <client>
 <features>
 cookies
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index c62c2cbdae419e435e7ff4300847344cb1c68e08..a865b5e532a41100fa6264efa159ba8648d7f05b 100644 (file)
@@ -27,7 +27,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=str//nge
 # this relies on the debug feature to allow us to set directory to store the
 # -O and -J output in, using the CURL_TESTDIR variable
 <features>
-debug
+Debug
 file
 </features>
 <server>
index f51483dd0ce1a59e233e8e3e34c60c7a3cb95aab..4e13dbef89f04a693b43b7af17fd867303d42503 100644 (file)
Binary files a/tests/data/test1425 and b/tests/data/test1425 differ
index d53138afaafd42a5cda44f4c6b94313db2f73cd3..792cc4bab640efcdd88fa56331048ddedf439b3d 100644 (file)
Binary files a/tests/data/test1426 and b/tests/data/test1426 differ
index 0e1e34f559a91b9d42d882e80a52f3cd496e49cc..321ea4c022e15dec77f1096c18322fd983f351f4 100644 (file)
@@ -3,7 +3,7 @@
 <keywords>
 HTTP
 HTTP GET
-unix sockets
+UnixSockets
 </keywords>
 </info>
 
@@ -19,7 +19,7 @@ Based on test300
 
 <client>
 <features>
-unix-sockets
+UnixSockets
 </features>
 <server>
 http-unix
index 352ef34e0bd9bb4832916206d655b5e27ce7265c..f82384e58df9013c787a8ac5d4cc044d051cecfd 100644 (file)
@@ -3,7 +3,7 @@
 <keywords>
 HTTP
 HTTP GET
-unix sockets
+UnixSockets
 </keywords>
 </info>
 
@@ -33,7 +33,7 @@ Third
 
 <client>
 <features>
-unix-sockets
+UnixSockets
 </features>
 <server>
 http-unix
index bbfaf7f1b893839ba30e6accd620c6e45678b90f..aaeb448e1cd7aea7493519f01b6fe737c3ddd2ee 100644 (file)
@@ -28,7 +28,7 @@ Connection: close
 # This relies on the debug feature to allow us to set a directory
 # in which to store the -O output
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 6a9ba5212a46818a823369fd745b8e3c2c95b51a..1544d3936f45bc4afc6fcd06b1f7b3f98fc76665 100644 (file)
@@ -39,7 +39,7 @@ OK
 http
 </server>
 <features>
-idn
+IDN
 </features>
 <setenv>
 LC_ALL=en_US.UTF-8
index 4908a178db045eb0ba5d0a932246abe674accb33..dff914b11330f76444bf86838db6b47aa376786c 100644 (file)
@@ -14,7 +14,7 @@
 # Client-side
 <client>
 <features>
-!ipv6
+!IPv6
 </features>
 <server>
 http
index 3f3a74783dc3d4388e9c90de460a793f9fc6760b..d846b41ebc61580c4c9005e134b91c6f92745240 100644 (file)
@@ -31,7 +31,7 @@ These data aren't actually sent to the client
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index c3180ff9232fe6e601612a497d999b0e72f0796e..4e85082e384eb40cfae19dcb019490b18e7cc25b 100644 (file)
@@ -25,7 +25,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -J output in
 <features>
-debug
+Debug
 </features>
 <server>
 http
index bf6ed8f389a91d582d10a42d9697824a1034bfe7..e160a16255e7a88f65737262ff43386fcc71f643 100644 (file)
@@ -4,7 +4,7 @@
 HTTP
 HTTP GET
 SOCKS5
-unix sockets
+UnixSockets
 </keywords>
 </info>
 
@@ -32,7 +32,7 @@ Funny-head: yesyes
 <client>
 <features>
 proxy
-unix-sockets
+UnixSockets
 </features>
 <server>
 http
index dad25df125cb28cc3db0ed9567a659c6b7cfbad1..49748d11905a90eecb36d6583e5513f30247f3d1 100644 (file)
@@ -5,7 +5,7 @@ HTTP
 HTTP GET
 SOCKS5
 SOCKS5h
-unix sockets
+UnixSockets
 </keywords>
 </info>
 
@@ -33,7 +33,7 @@ Funny-head: yesyes
 <client>
 <features>
 proxy
-unix-sockets
+UnixSockets
 </features>
 <server>
 http
index ad4fb711af092a7b49d9e1f2d369e1377e8ed612..c5d74ae650f1ef1b6c2dd1dc34f061b29522e94c 100644 (file)
@@ -6,7 +6,7 @@ HTTP
 HTTP GET
 SOCKS5
 SOCKS5h
-unix sockets
+UnixSockets
 </keywords>
 </info>
 
@@ -34,7 +34,7 @@ Funny-head: yesyes
 <client>
 <features>
 proxy
-unix-sockets
+UnixSockets
 </features>
 <server>
 https
index f57589abfb5c76e1befb7b2637b7bb93f3fa5855..33a92b6144d9729fc8325e82d283e3b5d852abfa 100644 (file)
@@ -28,7 +28,7 @@ Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=strange
 # this relies on the debug feature to allow us to set directory to store the
 # -J output in
 <features>
-debug
+Debug
 </features>
 <server>
 http
index fabcb4f986245dfdf3683883c9947ff377a88555..887c4795fa69e9a56853b801f77fcee75ce4e78a 100644 (file)
@@ -45,7 +45,7 @@ This is not the real page either!
 NTLM
 SSL
 !SSPI
-debug
+Debug
 </features>
 <server>
 http
index d0353946a22952666d0b4d7f818af3b8944e1c28..e9237d89cddddcfe8d9821bccd2e87904266898b 100644 (file)
@@ -28,7 +28,7 @@ Funny-head: yesyes
 http
 </server>
 <features>
-idn
+IDN
 proxy
 </features>
 <setenv>
index b2fbcce8bedfc39cf423948b3cac64987e555beb..7e72add9449fe86c0d72d1e7e3d0c8a4a7252c9d 100644 (file)
@@ -38,7 +38,7 @@ Funny-head: nono
 <client>
 <features>
 Mime
-debug
+Debug
 </features>
 <server>
 http
index 4ec55ed2341f85efbdcd24d0ee02e36dcec1e746..e4ec639cd81c7e5332179a95c9cb8fc955b89442 100644 (file)
@@ -37,7 +37,7 @@ http
 # require debug so that alt-svc can work over plain old HTTP
 <features>
 alt-svc
-debug
+Debug
 </features>
 <name>
 alt-svc cache save after resetting the handle
index 3f3e8ac2cd93a57878b4cc20a3481f8998b00cbe..456c8cfa0535d2ed01608835ba7184a9c3755b96 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 
index a131df49e7ce301edbeb33e74f31597f90955555..f0235a7d3c38026ef6ced6febe7e8d762c41b3f7 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 
index d39a864715612a27a2ce85e669e292a7e849a6ef..b36e1fade8bd16f39327356235c6ef5f6cef25a6 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 
index a0d38403b7115e60bac37ddd813d20b4f3c485f6..e937235d41a74786c9cb036b50ead0a062b3f40f 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 
index ca1214b835197ccf7139a2f2b5d0ba0cdb3e015a..fc2d48c5819d919844548adb73b498a49beb5369 100644 (file)
@@ -36,7 +36,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 
index 565a54ffe68f95202e8748f6c5863f2bf2f79c32..ed24261b2631caf26af1dca597dfa73cf205c639 100644 (file)
Binary files a/tests/data/test1938 and b/tests/data/test1938 differ
index 27bb466c7590a23614926b3170b423ca593c4b4c..61b5100bd5775bd2686d308dd13704e24ec95d58 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 76aaa93abe07ae811581e0382b4ee8d11e3ba45a..fbde6d718180d7ca3f334f517659fe833cb71b05 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index add27db0ff331c3952248d24076df7ae61a14cc7..39f11ac8b76f57fbfc03c97042d6efcd63fd5a5a 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index c54b17962ecd13ef1c473e0ef1948358524f135d..99989097eced0b36577987c468337326a995a612 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 2be813b0803b99e42b3fd97720acd8bfc1b39ac4..e3d080509c7418ad25261e65941a4c4b10e1d6a8 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 1fbe60b459535cbaba86bae5482298efdb2db1f9..9ed1a1e64c31875d4aa0bbc0146428c770cb5722 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index c311d176f805ec3d33a200644910a71662c971bb..a0b20c4d7f42a5476a8dece1160ff8214add383d 100644 (file)
@@ -28,7 +28,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 39e574747b05b46dfb124c31b4094f4198ec9e41..901aae29e8b202f603f5ccf85785f6b7c7ef2a64 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 559fd5fc7e92d6d28ab9bf0139603c47bb2f0e22..af64b90e082b5d5c8a9e80aae4ec3ece569406b0 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 9b5bb847560821aed452aea25ea61e8609eb1164..ee88bec74ca06fa0650165577e340221c36547b8 100644 (file)
@@ -35,7 +35,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index 09256de040aca2b8ee739073612d43177117f299..277e35eddc32acc2b9f24f638f69c5b275a2c603 100644 (file)
@@ -28,7 +28,7 @@ http
 # this relies on the debug feature which allow to set the time
 <features>
 SSL
-debug
+Debug
 crypto
 </features>
 <setenv>
index fc5ddca84eba44df55a7925c110b83843d59ecb7..3aefd25c9667502ab17675932d5ec09d9a365245 100644 (file)
@@ -39,7 +39,7 @@ OK
 http
 </server>
 <features>
-idn
+IDN
 </features>
 <setenv>
 LC_ALL=en_US.UTF-8
index 76bed3cc9da67d1407564b2399a8d7e3c2d75467..82e9a14aaa43c25edb2cdfe70661b1f032cdeb58 100644 (file)
@@ -39,7 +39,7 @@ OK
 http
 </server>
 <features>
-idn
+IDN
 proxy
 </features>
 <setenv>
index 008f137dfb110e3f331f2b7b624859c27ee4c19c..80e592025d46c996f8b1eb354af04d45865860b2 100644 (file)
@@ -40,7 +40,7 @@ HTTP Negotiate authentication (stub krb5)
 <features>
 GSS-API
 ld_preload
-!debug
+!Debug
 </features>
 <setenv>
 LD_PRELOAD=%PWD/libtest/.libs/libstubgss.so
index dfc7798f640fc9eb8d0987c4f59c83ff35a62766..1e7568c6e1c0f6b720ee8e8edf468d7e7d88b2b1 100644 (file)
@@ -56,7 +56,7 @@ HTTP Negotiate authentication (stub ntlm)
 <features>
 GSS-API
 ld_preload
-!debug
+!Debug
 </features>
 <setenv>
 LD_PRELOAD=%PWD/libtest/.libs/libstubgss.so
index 120a6af7af3a09c06ef218593d1d1e28ba840296..3f5f5d923257c090c810419a412d663f2d4efb4b 100644 (file)
@@ -47,9 +47,9 @@ http
 # requires IPv6 so that we can assume and compare both DoH requests
 
 <features>
-debug
+Debug
 DoH
-ipv6
+IPv6
 </features>
 <name>
 HTTP GET using DoH
index db0201e1571b2d846cd4ba707ec9d47f2216bc68..045ad3769a07965dd715344f65fc93d759279157 100644 (file)
@@ -23,7 +23,7 @@ ftp
 </server>
 # EPRT is only sent when IPv6 is enabled
 <features>
-ipv6
+IPv6
 </features>
 <name>
 Get two FTP files with no remote EPRT support
index fa620a1b1ac3aec6c204f7a1c5d2bb062edaa83a..e8a145929f26abdff4272ee02861d47f8e1250e0 100644 (file)
@@ -27,7 +27,7 @@ upgrade
 <client>
 # for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index 1f8ed662b16c83df97474a36acc145d877627596..cc728d89a8053b58dd3b820f35d6ed26ac021bfd 100644 (file)
@@ -29,7 +29,7 @@ upgrade
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index 013c324e8548810321219c9ca919ddb277ff7d2c..9ade6a1e5254661b5ed13542e62106c1ed1afd0c 100644 (file)
@@ -29,7 +29,7 @@ upgrade
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index dbd1115c802937442f528a73cee3e21e8550dddd..79cb4c2ad0be4125760e11fc35e916d3c6ce4682 100644 (file)
@@ -22,7 +22,7 @@ hello
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index 895518fb47bbba706b5e4dd4607cb149e7e19643..8ade3e7718de808846dc6dd92e998a314b338351 100644 (file)
@@ -29,7 +29,7 @@ upgrade
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index b7f21880026640853ee35041c41086c77567d350..773b5df3a5b02316db2309dab52b1249cefc4961 100644 (file)
@@ -31,7 +31,7 @@ upgrade
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 </features>
 <server>
index ce260ac1c23e2eeb74cad25cf8cac0b4b15b7231..7c9f625b0bf37eab1c50e33c49d69077d77d521e 100644 (file)
@@ -29,7 +29,7 @@ upgrade
 <client>
 # require debug for the forced CURL_ENTROPY
 <features>
-debug
+Debug
 ws
 !hyper
 </features>
index d033ae35ceb04f49c8e2993f3b46511f78486eba..75bd4bb3de69f7bf599312ea7302eac58216f26f 100644 (file)
@@ -29,7 +29,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index e920f4f164339de17ff72557efd0481d6850701e..12395211ec597450a7fbcca17934d92d44166731 100644 (file)
@@ -27,7 +27,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 h2c
 SSL
 </features>
index ef5fbb1818336e7ea7cb4e28683208de1f7d0a56..1db7dbedd9bfa6f6d9b1dc1a5dfb9cdc7ac93c4d 100644 (file)
@@ -25,7 +25,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 h2c
 SSL
 </features>
index 7055feed38cff807d713f27a44bdf6f17aeb2a04..7a1620f2b8adbc823b256465e9e979a92d522f77 100644 (file)
@@ -27,7 +27,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 h2c
 SSL
 </features>
index 92a431420dd6523bcc71b0f36bf8a55064d3bb0e..38dea3fd56a74d82e2be619eb18fc8100a262e82 100644 (file)
@@ -24,7 +24,7 @@ hello
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index a498ab29b79ec8c2e5268afa2ef51b6ffca7f72a..91aeb381d7ba0ae060a6e7574fbcdf0cbe6d15e9 100644 (file)
@@ -24,7 +24,7 @@ hello
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index 4db52ecf6c41e9a3a6ddbdacda265147d047b5e9..8b49127ffd57ee206ef7d93e1d6f1b17ac14e58a 100644 (file)
@@ -25,7 +25,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 http
 http/3
 </features>
index 220cda189967946d02b6d3d92963b343ecb7e72f..e803a85b23b53f519d13537e7f326e2bdeddbe12 100644 (file)
@@ -31,7 +31,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index 2c1008d7e57cfdd42d6dbccd6c6a31a139b31d30..75b7b8567132158702787d34b2318db5d9a717a9 100644 (file)
@@ -31,7 +31,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index 30978758f7514af0a6151fe2d841cdc7bae39ef1..d9de0b139d2ab5292b8a7d03fa652174b4ae198a 100644 (file)
@@ -32,7 +32,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index 37b9da2acfe6b7a750c6da9ee95bf15cb5df74de..ec42d117b0bffdb093d527eaf3ff59da4ae29a36 100644 (file)
@@ -32,7 +32,7 @@ dr-xr-xr-x   5 0        1            512 Oct  1  1997 usr
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 ftp-ipv6
index 10109d1e1905e979b62b162b4cbea7985588153a..0b4ee8b2f52a499b3703267060dd6b98104d703c 100644 (file)
@@ -15,7 +15,7 @@ none
 </server>
 <features>
 unittest
-debug
+Debug
 http
 !win32
 </features>
index 93e98a1970e2bdb22fd9354fac20f5c61ad13218..64870252971302072c6a3b571662ca5bf12958fa 100644 (file)
@@ -24,7 +24,7 @@ hello
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 proxy
 </features>
 <server>
index 25ec6073b4dfa5ad16b200fc36a3f008f253abdb..48a74e132cf32dbc5df22a9bded1e65bf482e48f 100644 (file)
@@ -31,7 +31,7 @@ These data aren't actually sent to the client
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 </features>
 <server>
 http-ipv6
index 3fb001c58f9a6f26e6cb72146a8a1aa98f47539d..1d441d7e7362761256cd0dd610994b6cf97d2158 100644 (file)
@@ -29,7 +29,7 @@ Alt-Svc: h1="nowhere.foo:70000"
 # Client-side
 <client>
 <features>
-debug
+Debug
 alt-svc
 </features>
 <server>
index 5df596de0c8e261d08d9003af7133f5fc7992b7d..9db8b66f131ac73351b17db3a1787b09e897ed7e 100644 (file)
@@ -29,7 +29,7 @@ Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
 <client>
 <features>
 alt-svc
-debug
+Debug
 h2c
 </features>
 <server>
index 117b4defe39bb475a71163da5c5dfa72eb9a3cba..2b7e52ce8e07c400277dea51d1b7df79bb5671b5 100644 (file)
@@ -29,7 +29,7 @@ Alt-Svc: h2=":%HTTP2PORT", ma=315360000; persist=0
 <client>
 <features>
 alt-svc
-debug
+Debug
 h2c
 </features>
 <server>
index 7cc7dad991736d266196eb45ed86fe9c603fc792..d2d9661f708876f0f4518b6b9be8e3c4862ab4a6 100644 (file)
@@ -43,7 +43,7 @@ contents
 # Client-side
 <client>
 <features>
-debug
+Debug
 proxy
 </features>
 <server>
index de607baa22d854142893ba55e90498ebd32b4564..5923054fc7db6c54eae771476ba2bda775f72b38 100644 (file)
@@ -28,7 +28,7 @@ Funny-head: yesyes
 <client>
 <features>
 alt-svc
-debug
+Debug
 </features>
 <server>
 http
index 8639306e0c4442b83b4b48d15c869985b5aa3f99..e0aec1eaada05d5959a6374c285df7d2f1578516 100644 (file)
@@ -28,7 +28,7 @@ Funny-head: yesyes
 <client>
 <features>
 alt-svc
-debug
+Debug
 </features>
 <server>
 http
index f12052d241259d75a958fcb49e887ee7d8b41784..4098b4c645f1e4aae55c7b1e8afdfe5ea29eefb5 100644 (file)
@@ -26,7 +26,7 @@ Alt-Svc: h1="[ffff::1]:8181"
 # Client-side
 <client>
 <features>
-debug
+Debug
 alt-svc
 </features>
 <server>
index 4dd3b82c80c92382e18b185f6305e93550edcacb..aad056aeec21702408357bbb784235031b458330 100644 (file)
@@ -29,8 +29,8 @@ Alt-Svc: h1="%HOST6IP:%HTTP6PORT", ma=315360000; persist=0
 <client>
 <features>
 alt-svc
-debug
-ipv6
+Debug
+IPv6
 </features>
 <server>
 http
index c997a397a2ffa6da1bd15790ee2359607acf8d15..43b56ea784024df11a5d2528797d06f1dda7c7bb 100644 (file)
@@ -32,7 +32,7 @@ Funny-head: yesyes
 http
 </server>
 <features>
-debug
+Debug
 </features>
 <name>
 aws-sigv4 with query
index b8e719dd771249ad7a7eb76db06126933c57eab5..7f98912560a8b65f3e169c4ae5cad8d3fba4aa58 100644 (file)
@@ -41,7 +41,7 @@ http-proxy
 HSTS
 proxy
 https
-debug
+Debug
 </features>
 <setenv>
 CURL_HSTS_HTTP=yes
index f514a130e5e60257d5ece8decdc6033067daf5ae..2783b750b61d78e1aa789241a476934584e97a7f 100644 (file)
@@ -30,7 +30,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-debug
+Debug
 </features>
 <server>
 http
index 721b9e8c86869355b15565f2ed0c874eaefd6e16..88cc78f937926fedab240213288dc41d212d8d7e 100644 (file)
@@ -32,7 +32,7 @@ Funny-head: yesyes
 http
 </server>
 <features>
-debug
+Debug
 Unicode
 </features>
 <name>
index 06b772816ef55c5099e538a5f33eb44190499b80..47605de0b027899e3ce0d83668e7894ccb9ceea4 100644 (file)
@@ -17,7 +17,7 @@ none
 </server>
 <features>
 TrackMemory
-ipv6
+IPv6
 </features>
 # tool is what to use instead of 'curl'
 <tool>
index fc670756cb371e989399a9c0b617b7dbde50adc0..2db24f9071311ecb6504c1df31b2bedd18b9e864 100644 (file)
@@ -47,7 +47,7 @@ Funny-head: yesyes
 http
 </server>
 <features>
-debug
+Debug
 xattr
 </features>
 # simulate the xattr operations
index 500a1dfb24ead225ef9d3087f1a537a549a824be..6384a5e49970de401489cd11d5e9b07589b32636 100644 (file)
@@ -29,7 +29,7 @@ Content-Type: fake/data
 http
 </server>
 <features>
-debug
+Debug
 xattr
 </features>
 # simulate the xattr operations
index c545c47044ef12b4814ac2836a19129edba21360..4ade6edbc1ae1f271a0cb650f59c9cc47ebeb496 100644 (file)
@@ -29,7 +29,7 @@ Content-Type: fake/data
 http
 </server>
 <features>
-debug
+Debug
 xattr
 </features>
 # simulate the xattr operations
index 63cb888863240bc94e37f5fefbccb0dc86686317..454460983de2927de573767e204df8335ae24e47 100644 (file)
@@ -31,7 +31,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-ipv6
+IPv6
 proxy
 </features>
 <server>
index 18ed5fa6741c76906451463283327a187231ff29..a3736a6fd8716530fc62b7c67a66666537d7feee 100644 (file)
@@ -36,7 +36,7 @@ imap
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 6001c1d450cbd5e5d1eed566103d6f993e0613c1..bbbc0ac737ea5d367928ab647801d8de9ec3316e 100644 (file)
@@ -28,7 +28,7 @@ imap
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index ee6ed31d14eb9b480d45ece5236d8d68dcbd9c5d..17c8675eb2af72d3b5b4fee0ce5e7747bdd6a46a 100644 (file)
@@ -39,7 +39,7 @@ imap
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 59900df0878a3f14e0e6f96a310c65b23bf2b490..56873e0386ec77b46dc89f74b6565505300e838b 100644 (file)
@@ -38,7 +38,7 @@ pop3
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 58c2e3007d02d19808b93ff8fbf89c21e1d9880b..657dc71c7276c929211e5423883f847904480ecc 100644 (file)
@@ -29,7 +29,7 @@ pop3
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 7cbdf64ba88bb2a273be253524030075622e2672..20e35278858eb32e693546a804e6e678a68eb8f9 100644 (file)
@@ -41,7 +41,7 @@ pop3
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 12d6e82890063b4a374a168025bd2762d366fae4..8c24b68c40d55303da3db991b78ce21c03dcfb78 100644 (file)
@@ -28,7 +28,7 @@ smtp
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 8fd444e9100759bd0f1e855eae1a6d7a9d4696d0..5ebf67fec2b7db3746102ef13a25e426bac00b68 100644 (file)
@@ -28,7 +28,7 @@ smtp
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 6c361b7387b0e886a856609aef74f6f6e90a10ba..bb761f85434cc1fcc6bdadd9208156889259483a 100644 (file)
@@ -31,7 +31,7 @@ smtp
 </server>
 <features>
 !SSPI
-debug
+Debug
 crypto
 </features>
 <name>
index 143708df8c5b230c152753b64904f23260533e03..421d6ba98767f039f0d653237307df78b507f9d5 100644 (file)
@@ -20,7 +20,7 @@ REPLY MAIL 501 not fine enough
 smtp
 </server>
 <features>
-!idn
+!IDN
 !win32
 </features>
 <setenv>
index bcb9bf44c5c61d7221e4ffc49b3b7744f868d65b..9f33fdc7977852bea02725163c7d93213ea90b88 100644 (file)
@@ -17,7 +17,7 @@ SMTP
 smtp
 </server>
 <features>
-!idn
+!IDN
 !win32
 </features>
 <setenv>
index 750943ab47e8db7b33cc61972d02b2aae30159fc..c416b97614ba1a63cab4009c7c383bc58ef71976 100644 (file)
@@ -18,7 +18,7 @@ VRFY
 smtp
 </server>
 <features>
-!idn
+!IDN
 !win32
 </features>
 <setenv>
index 503761b46f97988c328825264823ba3d0b620253..09bfb51000d003866bfd6c92cab469b2abdb0b1b 100644 (file)
@@ -18,7 +18,7 @@ IDN
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index 1b977f007076bdb7894ae6c6a5230bddf39fb7a9..02fc0b851b565f9cbcf46b39c504561c441e049d 100644 (file)
@@ -18,7 +18,7 @@ IDN
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index e2d69881ae7f85138151be013834a7e5268e6c6e..e03dc333e482d8c59bb17616e0a150d799741a7c 100644 (file)
@@ -19,7 +19,7 @@ IDN
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index 71adef8f67be51a1c6726632e634afbd8e49ccb0..f8adbdefe944dad3e667d99d5c66528f15821aa2 100644 (file)
@@ -21,7 +21,7 @@ CAPA SMTPUTF8
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index acc248a573502fa625e91f8bd19c3d64506882e3..e43f860ec49461169aafc1b51f2d1b2808042489 100644 (file)
@@ -21,7 +21,7 @@ CAPA SMTPUTF8
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index 95fb153bdc094e272d87148c99fd60695aacf52c..898fbb106b4d8848e712b1bc9d3b4f225b702386 100644 (file)
@@ -25,7 +25,7 @@ CAPA SMTPUTF8
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index 099f6fd290ce9a24d85ece5bf6a2ca122b0b2f62..c27a3675f85e5c8c6f7f3d5e2c0bc9cf2611c494 100644 (file)
@@ -22,7 +22,7 @@ CAPA SMTPUTF8
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <setenv>
index bb4cc316eac0ab93a80ecbce49c773ab28096e92..c7bffb9b8f4bc168f2d928063ad2637e92df5a06 100644 (file)
@@ -28,7 +28,7 @@ CAPA SMTPUTF8
 smtp
 </server>
 <features>
-idn
+IDN
 !win32
 </features>
 <name>
index 4b77ad6b7f3a45cddf4d317e1ae1af7b002e0a3a..bf1235da580fd2281c81f84f863b3a75a3d131b1 100644 (file)
@@ -32,7 +32,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
 http
 </server>
 <features>
-debug
+Debug
 proxy
 </features>
 <setenv>
index 3ac080dc53f69a26ddcbe9dd02772be7e41549a9..c6def2986717ed110492068787fd184a4e4ca3e1 100644 (file)
@@ -33,7 +33,7 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
 http
 </server>
 <features>
-debug
+Debug
 proxy
 </features>
 <setenv>
index db11a059b1fe050d04965087632db82823d18d85..b0e769a7e31e547497c65586f70d19fae82ea312 100644 (file)
@@ -35,7 +35,7 @@ Funny-head: yesyes
 # Client-side
 <client>
 <features>
-large_file
+Largefile
 </features>
 <server>
 http
index 5bc3b0cd9e48cf191e0ab20e496d4fc9bea6e7c6..22ca0c7fdc32ba8936ec58315830d3e183b890c9 100644 (file)
@@ -662,7 +662,7 @@ sub singletest_setenv {
                         logmsg "Skipping LD_PRELOAD due to lack of OS support\n" if($verbose);
                         next;
                     }
-                    if($feature{"debug"} || !$has_shared) {
+                    if($feature{"Debug"} || !$has_shared) {
                         logmsg "Skipping LD_PRELOAD due to no release shared build\n" if($verbose);
                         next;
                     }
index f8144798205864bd8352e5f683a49b86e3451646..dd0b9bc291036fb817282b41c3d791d13fc8fc8a 100755 (executable)
@@ -618,19 +618,19 @@ sub checksystemfeatures {
             # built with memory tracking support (--enable-curldebug); may be disabled later
             $feature{"TrackMemory"} = $feat =~ /TrackMemory/i;
             # curl was built with --enable-debug
-            $feature{"debug"} = $feat =~ /debug/i;
+            $feature{"Debug"} = $feat =~ /Debug/i;
             # ssl enabled
             $feature{"SSL"} = $feat =~ /SSL/i;
             # multiple ssl backends available.
             $feature{"MultiSSL"} = $feat =~ /MultiSSL/i;
             # large file support
-            $feature{"large_file"} = $feat =~ /Largefile/i;
+            $feature{"Largefile"} = $feat =~ /Largefile/i;
             # IDN support
-            $feature{"idn"} = $feat =~ /IDN/i;
+            $feature{"IDN"} = $feat =~ /IDN/i;
             # IPv6 support
-            $feature{"ipv6"} = $feat =~ /IPv6/i;
+            $feature{"IPv6"} = $feat =~ /IPv6/i;
             # Unix sockets support
-            $feature{"unix-sockets"} = $feat =~ /UnixSockets/i;
+            $feature{"UnixSockets"} = $feat =~ /UnixSockets/i;
             # libz compression
             $feature{"libz"} = $feat =~ /libz/i;
             # Brotli compression
@@ -675,8 +675,8 @@ sub checksystemfeatures {
                 push @protocols, 'http/3';
             }
             # https proxy support
-            $feature{"https-proxy"} = $feat =~ /HTTPS-proxy/;
-            if($feature{"https-proxy"}) {
+            $feature{"HTTPS-proxy"} = $feat =~ /HTTPS-proxy/;
+            if($feature{"HTTPS-proxy"}) {
                 # 'https-proxy' is used as "server" so consider it a protocol
                 push @protocols, 'https-proxy';
             }
@@ -742,9 +742,9 @@ sub checksystemfeatures {
     }
 
     # allow this feature only if debug mode is disabled
-    $feature{"ld_preload"} = $feature{"ld_preload"} && !$feature{"debug"};
+    $feature{"ld_preload"} = $feature{"ld_preload"} && !$feature{"Debug"};
 
-    if($feature{"ipv6"}) {
+    if($feature{"IPv6"}) {
         # client has IPv6 support
 
         # check if the HTTP server has it!
@@ -764,7 +764,7 @@ sub checksystemfeatures {
         }
     }
 
-    if($feature{"unix-sockets"}) {
+    if($feature{"UnixSockets"}) {
         # client has Unix sockets support, check whether the HTTP server has it
         my $cmd = "server/sws".exe_ext('SRV')." --version";
         my @sws = `$cmd`;
@@ -782,7 +782,7 @@ sub checksystemfeatures {
     }
     close($manh);
 
-    $feature{"unittest"} = $feature{"debug"};
+    $feature{"unittest"} = $feature{"Debug"};
     $feature{"nghttpx"} = !!$ENV{'NGHTTPX'};
     $feature{"nghttpx-h3"} = !!$nghttpx_h3;