summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-01 12:50:11 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-01 14:19:55 +0200
commit7f11282d5f58c1349e758b179ec3df70ad3db4eb (patch)
treeb83075485b904c577214d5419937bfd12e7a5b7b /tests
parente081048c44ec446bf6213d6b45a25ca51fd8a59d (diff)
downloadcurl-7f11282d5f58c1349e758b179ec3df70ad3db4eb.tar.gz
test1514: add a CRLF to the response to make it correct
Makes hyper accept it fine instead returning HYPERE_UNEXPECTED_EOF on us. Closes #7334
Diffstat (limited to 'tests')
-rw-r--r--tests/data/DISABLED1
-rw-r--r--tests/data/test15141
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 41bc6f418..27b2dcabb 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -120,7 +120,6 @@
1432
1455
1456
-1514
1518
1519
1525
diff --git a/tests/data/test1514 b/tests/data/test1514
index 9990c6bb6..b34406e07 100644
--- a/tests/data/test1514
+++ b/tests/data/test1514
@@ -15,6 +15,7 @@ HTTP/1.1 200 OK
Date: Sun, 19 Jan 2014 18:50:58 GMT
Server: test-server/fake swsclose
Connection: close
+
</data>
</reply>