]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1594/1595/1596: fix to work in hyper mode
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Jun 2021 22:08:47 +0000 (00:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Jun 2021 06:42:44 +0000 (08:42 +0200)
Closes #7209

tests/data/test1594
tests/data/test1595
tests/data/test1596
tests/libtest/lib1594.c

index 5c85050302aa973d7ce43bf828d1d4556f96d624..a93f89d374a29a4aab116f8a24134a89594d6815 100644 (file)
@@ -43,7 +43,7 @@ Accept: */*
 \r
 </protocol>
 <stdout>
-Retry-After: 22
+Retry-After 22
 </stdout>
 </verify>
 </testcase>
index bdc6ce24dfc40019310fb910ae50341368763b42..4dade7c199a32016eebd6ff5fb798357f6ebf486 100644 (file)
@@ -42,7 +42,7 @@ Accept: */*
 \r
 </protocol>
 <stdout>
-Retry-After: 0
+Retry-After 0
 </stdout>
 </verify>
 </testcase>
index 59121d27e6ba23a25e79fa58b6b35291ba370650..f05f0ec146a48023efa541d88dcfb8a855a088bb 100644 (file)
@@ -43,7 +43,7 @@ Accept: */*
 \r
 </protocol>
 <stdout>
-Retry-After: 172066
+Retry-After 172066
 </stdout>
 </verify>
 </testcase>
index 4385c6044ca3cbc3ff607afc74d4d607eccebc8d..102e0a7d74ebab43894142f5ec56b0bbabe3d77e 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
@@ -53,7 +53,7 @@ int test(char *URL)
   retry += time(NULL);
   retry /= 10000;
 #endif
-  printf("Retry-After: %" CURL_FORMAT_CURL_OFF_T "\n", retry);
+  printf("Retry-After %" CURL_FORMAT_CURL_OFF_T "\n", retry);
 
 test_cleanup: