From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116379 invoked by alias); 29 Apr 2017 10:53:53 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 116355 invoked by uid 89); 29 Apr 2017 10:53:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=Problems, Hx-spam-relays-external:ESMTPA, learn, HContent-Transfer-Encoding:8bit X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Apr 2017 10:53:51 +0000 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 70EA820AC7; Sat, 29 Apr 2017 06:53:52 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sat, 29 Apr 2017 06:53:52 -0400 X-ME-Sender: Received: from [192.168.1.102] (host31-51-207-210.range31-51.btcentralplus.com [31.51.207.210]) by mail.messagingengine.com (Postfix) with ESMTPA id 0BDD2246A5; Sat, 29 Apr 2017 06:53:51 -0400 (EDT) Subject: Re: [PATCH setup 11/11] Use wininet for fetching URLs in direct (non-proxy) case (DO NOT APPLY) References: <20170428121205.12240-1-jon.turney@dronecode.org.uk> <20170428121205.12240-12-jon.turney@dronecode.org.uk> Cc: =?UTF-8?Q?=c3=85ke_Rehnman?= To: cygwin-apps@cygwin.com From: Jon Turney Message-ID: <3d79b33e-e067-c1df-9b90-084fb10dd272@dronecode.org.uk> Date: Sat, 29 Apr 2017 10:53:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017-04/txt/msg00111.txt.bz2 On 28/04/2017 16:33, Åke Rehnman wrote: > On 2017-04-28 14:12, Jon Turney wrote: >> From the discussion in [1], I was somewhat surprised to learn that setup >> doesn't support https or ftps. > For the same exact reason I've just recently patched in curl.... I'd be very interested to see that patch :) >> Problems with this patch: >> >> No progress feedback as we download. We just get handed the whole >> file by >> wininet. > curl doesn't have this problem. > > Although it swell a bit compare to the original installer, from 861kB to > 3766kB. I don't think that's a problem.