On Thu, Jan 21, 2021 at 09:10:10AM +0800, Cao Xueliang wrote:
On Wed, Jan 20, 2021 at 08:44:00PM +0800, Liu Shaofei wrote:
[why] The server does not support HTTP protocol address download, only use the original HTTPS protocol address download.
So, all the *.tar will download by the original HTTPS protocol address?
yes. Thanks, Liushaofei
Thanks, Xueliang
curl: (56) OpenSSL SSL_read: Connection reset by peer, errno 104 ==> ERROR: Failure while downloading buddy-2.4.tar.gz Aborting...
Signed-off-by: Liu Shaofei 370072077@qq.com
tests/build-pkg | 1 - 1 file changed, 1 deletion(-)
diff --git a/tests/build-pkg b/tests/build-pkg index 31762384d..7c65f26bc 100755 --- a/tests/build-pkg +++ b/tests/build-pkg @@ -127,7 +127,6 @@ replace_source() } } }
url=$(echo "$url" | sed 's|https://|http://|g')
echo '$url' >> $1 done
-- 2.23.0