Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test1073
index 481f909..46f2acb 100644 (file)
@@ -15,13 +15,13 @@ chunked Transfer-Encoding
 # Server-side
 <reply>
 <data>
-HTTP/1.0 301 Redirect swsclose\r
-Server: testcurl\r
-Content-Type: text/plain\r
-Location: /newlocation/10730002\r
-Content-Length: 0\r
-Connection: close\r
-\r
+HTTP/1.0 301 Redirect swsclose
+Server: testcurl
+Content-Type: text/plain
+Location: /newlocation/10730002
+Content-Length: 0
+Connection: close
+
 </data>
 </reply>
 
@@ -53,20 +53,20 @@ which is impossible in HTTP/1.0
 ^User-Agent:.*
 </strip>
 <protocol>
-PUT /1073 HTTP/1.1\r
-Host: %HOSTIP:%HTTPPORT\r
-Accept: */*\r
-Transfer-Encoding: chunked\r
-Expect: 100-continue\r
-\r
-7a\r
+PUT /1073 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+Transfer-Encoding: chunked
+Expect: 100-continue
+
+7a
 This is data we upload with PUT
 it comes from stdin so MUST be sent
 with chunked encoding
 which is impossible in HTTP/1.0
-\r
-0\r
-\r
+
+0
+
 </protocol>
 </verify>
 </testcase>