diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-05 09:45:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-06 00:08:14 +0200 |
commit | a42b0957ab31c971a79bfe5542b3017fd834ac49 (patch) | |
tree | c43f89dc79552d3255c2477037f246086e4b90d2 /tests/data/test1401 | |
parent | 4173868f663c6fe7ecd1ba2abab20381002adc6b (diff) |
http09: disable HTTP/0.9 by default in both tool and library
As the plan has been laid out in DEPRECATED. Update docs accordingly and
verify in test 1174. Now requires the option to be set to allow HTTP/0.9
responses.
Closes #4191
Diffstat (limited to 'tests/data/test1401')
-rw-r--r-- | tests/data/test1401 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/test1401 b/tests/data/test1401 index 647f036f4..ec3b25cc9 100644 --- a/tests/data/test1401 +++ b/tests/data/test1401 @@ -88,7 +88,6 @@ int main(int argc, char *argv[]) curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, slist1); curl_easy_setopt(hnd, CURLOPT_USERAGENT, "MyUA"); curl_easy_setopt(hnd, CURLOPT_MAXREDIRS, 50L); - curl_easy_setopt(hnd, CURLOPT_HTTP09_ALLOWED, 1L); curl_easy_setopt(hnd, CURLOPT_COOKIE, "chocolate=chip"); curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L); curl_easy_setopt(hnd, CURLOPT_TCP_KEEPALIVE, 1L); |