Imported Upstream version 7.59.0
[platform/upstream/curl.git] / tests / data / test218
index c201e77..6cd8c26 100644 (file)
@@ -3,17 +3,18 @@
 <keywords>
 HTTP
 HTTP PUT
+chunked Transfer-Encoding
 </keywords>
 </info>
 #
 # Server-side
 <reply>
 <data>
-HTTP/1.0 200 OK\r
-Server: test-server/fake\r
-Content-Type: text/html\r
-Content-Length: 6\r
-\r
+HTTP/1.0 200 OK
+Server: test-server/fake
+Content-Type: text/html
+Content-Length: 6
+
 blaha
 </data>
 </reply>
@@ -42,17 +43,17 @@ just some tiny teeny contents
 ^User-Agent:.*
 </strip>
 <protocol>
-PUT /218 HTTP/1.1\r
-Host: %HOSTIP:%HTTPPORT\r
-Accept: */*\r
-Transfer-Encoding: chunked\r
-Expect: 100-continue\r
-\r
-1e\r
+PUT /218 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+Accept: */*
+Transfer-Encoding: chunked
+Expect: 100-continue
+
+1e
 just some tiny teeny contents
-\r
-0\r
-\r
+
+0
+
 </protocol>
 </verify>
 </testcase>