Revert "Imported Upstream version 7.53.1"
[platform/upstream/curl.git] / tests / data / test1401
index e709c8e..602b09a 100644 (file)
@@ -43,9 +43,9 @@ http://%HOSTIP:%HTTPPORT/we/want/1401 --libcurl log/test1401.c --basic -u fake:u
 </strip>
 <protocol>
 GET /we/want/1401 HTTP/1.1\r
+Host: %HOSTIP:%HTTPPORT\r
 User-Agent: stripped\r
 Authorization: Basic ZmFrZTp1c2Vy\r
-Host: %HOSTIP:%HTTPPORT\r
 Accept: */*\r
 Cookie: chocolate=chip\r
 X-Files: Mulder\r
@@ -53,15 +53,16 @@ X-Men: cyclops, iceman
 \r
 </protocol>
 <stripfile>
-# CURLOPT_SSL_VERIFYPEER and SSH_KNOWNHOSTS vary with configurations - just
-# ignore them
+# CURLOPT_SSL_VERIFYPEER, SSH_KNOWNHOSTS and HTTP_VERSION vary with
+# configurations - just ignore them
 $_ = '' if /CURLOPT_SSL_VERIFYPEER/
 $_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
+$_ = '' if /CURLOPT_HTTP_VERSION/
 </stripfile>
 <file name="log/test1401.c" mode="text">
 /********* Sample code generated by the curl command line tool **********
  * All curl_easy_setopt() options are documented at:
- * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
+ * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html
  ************************************************************************/
 #include <curl/curl.h>