]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1280: CRLFify the response to please hyper
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Aug 2021 12:49:41 +0000 (14:49 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Aug 2021 14:17:10 +0000 (16:17 +0200)
Closes #7639

tests/data/test1280

index 3744dc810633f1fc4b40a1ba1aa1147ad634353b..3f5bdd5bb7a901284cc578bb1e21b2421af5b948 100644 (file)
@@ -9,11 +9,11 @@ globbing
 # Server-side
 <reply>
 <data>
-HTTP/1.1 200 OK
-Date: Tue, 09 Nov 2010 14:49:00 GMT
-Content-Length: 6
-Connection: close
-
+HTTP/1.1 200 OK\r
+Date: Tue, 09 Nov 2010 14:49:00 GMT\r
+Content-Length: 6\r
+Connection: close\r
+\r
 bytes
 </data>
 </reply>