Daniel Stenberg
7c7b32db2b
tests: enable more tests with hyper
...
Adjusted 1144, 1164 and 1176.
Closes #7900
2021-10-25 10:47:00 +02:00
Daniel Stenberg
e2b4df7b5e
tests: use %TESTNUMBER instead of fixed number
...
This makes the tests easier to copy and relocate to other test numbers
without having to update content.
Closes #6738
2021-03-19 15:57:21 +01:00
Daniel Stenberg
e6b21d422e
runtests: provide curl's version string as %VERSION for tests
...
... so that we can check HTTP requests for User-Agent: curl/%VERSION
Update 600+ test cases accordingly.
Closes #6037
2020-10-02 22:54:23 +02:00
Daniel Stenberg
006ff62d8c
http: added options for allowing HTTP/0.9 responses
...
Added CURLOPT_HTTP09_ALLOWED and --http0.9 for this purpose.
For now, both the tool and library allow HTTP/0.9 by default.
docs/DEPRECATE.md lays out the plan for when to reverse that default: 6
months after the 7.64.0 release. The options are added already now so
that applications/scripts can start using them already now.
Fixes #2873
Closes #3383
2018-12-21 10:49:30 +01:00
Marcel Raad
6d13432bfa
tests: fixes for Windows line endlings
...
Set mode="text" when line endings depend on the system representation.
Closes https://github.com/curl/curl/pull/2772
2018-07-21 20:47:42 +02:00
Daniel Stenberg
a9a7b606c2
transfer: make HTTP without headers count correct body size
...
This is what "HTTP/0.9" basically looks like.
Reported on IRC
Closes #2382
2018-03-15 10:56:27 +01:00