From d134ead0e12b259875d69b1fca31f739e80045f1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 4 Feb 2020 19:35:10 +0300 Subject: Release version 7.67.0+3 Run curl with --no-tcp-nodelay in HTTPS URL query test --- curl/manifest | 2 +- curl/tests/https.testscript | 2 +- libcurl/manifest | 2 +- 3 files changed, 3 insertions(+), 3 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 } diff --git a/libcurl/manifest b/libcurl/manifest index 732d3cf..06e6165 100644 --- a/libcurl/manifest +++ b/libcurl/manifest @@ -1,6 +1,6 @@ : 1 name: libcurl -version: 7.67.0+2 +version: 7.67.0+3 project: curl summary: C library for transferring data with URLs license: cURL ; MIT/X derivate license. -- cgit v1.1