summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-04 19:35:10 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-04 19:39:41 +0300
commitd134ead0e12b259875d69b1fca31f739e80045f1 (patch)
tree4d0726035a3d528df4ae3ed97ca6cd41595f3702 /curl
parent4df6e550da05fb7757b871548375330f631f1e95 (diff)
Release version 7.67.0+3v7.67.0+3
Run curl with --no-tcp-nodelay in HTTPS URL query test
Diffstat (limited to 'curl')
-rw-r--r--curl/manifest2
-rw-r--r--curl/tests/https.testscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/curl/manifest b/curl/manifest
index 3d0c611..a34f839 100644
--- a/curl/manifest
+++ b/curl/manifest
@@ -1,6 +1,6 @@
: 1
name: curl
-version: 7.67.0+2
+version: 7.67.0+3
summary: Command line tool for transferring data with URLs
license: cURL ; MIT/X derivate license.
topics: HTTP, FTP, URL, data transfer
diff --git a/curl/tests/https.testscript b/curl/tests/https.testscript
index 6703b72..34574d0 100644
--- a/curl/tests/https.testscript
+++ b/curl/tests/https.testscript
@@ -25,5 +25,5 @@
: verbose
:
{
- $* -v 'https://www.example.com' >! 2>&1
+ $* -v --no-tcp-nodelay 'https://www.example.com' >! 2>&1
}