diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-08-26 14:49:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-08-26 16:17:10 +0200 |
commit | 9df52bf17ae23f22ca6d573d3992bcbbecf5eddc (patch) | |
tree | 8b94adcdd3bc6cbbeded668bcf622f81c6cbfc90 | |
parent | 9a30ac09579266a12f5301e5913b6bc228d93180 (diff) | |
download | curl-9df52bf17ae23f22ca6d573d3992bcbbecf5eddc.tar.gz |
test1280: CRLFify the response to please hyper
Closes #7639
-rw-r--r-- | tests/data/test1280 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1280 b/tests/data/test1280 index 3744dc810..3f5bdd5bb 100644 --- a/tests/data/test1280 +++ b/tests/data/test1280 @@ -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
+Date: Tue, 09 Nov 2010 14:49:00 GMT
+Content-Length: 6
+Connection: close
+
bytes </data> </reply> |