summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
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
}