Viktor Szakats
7946bbbbe2
tests: drop unused CURL_FORCEHOST envs
...
Also match case of the `Debug` feature name in comments.
Closes #17972
2025-07-19 20:35:48 +02:00
Carlos Henrique Lima Melara
790153c927
docs,tests: fix english grammar "allow to" -> "allow <something> to"
...
This was spotted by Debian's lintian tool. It adds an informational
warning at every run, so my OCD was kicking in and I had to fix it :-)
Closes #17787
2025-07-07 09:05:17 +02:00
Daniel Stenberg
beb64e6f3f
tests: make all names < 75 characters long
...
- no need to make them long and complicated
- increases the chances of them looking better in terminal outputs
Closes #17824
2025-07-06 10:56:08 +02:00
Maksim Ściepanienka
235b575d3a
tests: add aws feature to the related tests
...
Closes #17347
2025-05-14 23:41:38 +02:00
Matthias Gatto
b137634ba3
lib: fix aws-sigv4 having date header twice in some cases
...
When the user was providing the header X-XXX-Date, the header was
re-added during signature computation, and we had it twice in the
request.
Reported-by: apparentorder@users.noreply.github.com
Signed-off-by: Matthias Gatto <matthias.gatto@outscale.com>
Fixes: https://github.com/curl/curl/issues/11738
Closes: https://github.com/curl/curl/pull/11754
2023-08-30 03:41:29 -04:00