]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1556: adjust for hyper
authorDaniel Stenberg <daniel@haxx.se>
Mon, 6 Dec 2021 16:51:40 +0000 (17:51 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 7 Dec 2021 16:11:51 +0000 (17:11 +0100)
Closes #8105

tests/data/DISABLED
tests/data/test1556
tests/libtest/lib1556.c

index d602e48fe49a399e147f7c3737f9820f4125e60b..af9371d7016cb6a81ad74621569c3e5c8adaca8a 100644 (file)
@@ -65,7 +65,6 @@
 1528
 1533
 1540
-1556
 1591
 1700
 1701
index 40a2e1244e9f05e742034469efdb61f6af5a5549..08951a8d22473fe640ff1a3699742b4ce5933e59 100644 (file)
@@ -10,18 +10,18 @@ HTTP GET
 # Server-side
 <reply>
 <data nocheck="yes">
-HTTP/1.1 200 OK
-Date: Tue, 09 Nov 2010 14:49:00 GMT
-Server: test-server/fake
-Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
-ETag: "21025-dc7-39462498"
-Accept-Ranges: bytes
-Content-Length: 6
-Connection: close
-Content-Type: text/html
-Funny-head: yesyes
-Long: %repeat[100001 x A]%
-
+HTTP/1.1 200 OK\r
+Date: Tue, 09 Nov 2010 14:49:00 GMT\r
+Server: test-server/fake\r
+Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT\r
+ETag: "21025-dc7-39462498"\r
+Accept-Ranges: bytes\r
+Content-Length: 6\r
+Connection: close\r
+Content-Type: text/html\r
+Funny-head: yesyes\r
+Long: %repeat[100001 x A]%\r
+\r
 -foo-
 </data>
 </reply>
@@ -54,7 +54,7 @@ Accept: */*
 </protocol>
 <stdout>
 -foo-
-Max: 100008
+Max = 100009
 </stdout>
 </verify>
 </testcase>
index 38de9ef8e84437570a9c45a867d32d10ca091023..bd8508134c746adeedcd78e36dad1dbbe4475899 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
  *
  * This software is licensed as described in the file COPYING, which
  * you should have received as part of this distribution. The terms
@@ -67,7 +67,7 @@ int test(char *URL)
     goto test_cleanup;
   }
 
-  printf("Max: %ld\n", (long)info.largest);
+  printf("Max = %ld\n", (long)info.largest);
 
 test_cleanup: