From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.1646.1578527002141275098 for ; Wed, 08 Jan 2020 15:43:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=HAvfbDmq; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578527001; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Xv6/cnTePSZswFTyx7HqbccX+pD/UOcnpk/oUuK9Cjw=; b=HAvfbDmqKRO0IjqxpiUIiNMgj2KqZqEJuB1HdRW/43rfhflST5toroNZ8wOz9FQXrZOyKq a2mDB7VyQUsKbInF2O95q2vszZ/lnHVFLbKXBcslsTG4vlVJVzldC5bXAiDpEnwX9fJFAz LC8O+LYgDs7ju6GJcxBE4gk3zwYGDMM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-234-ou7eGu8kOrStDXIG_k_wRg-1; Wed, 08 Jan 2020 18:43:19 -0500 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AB9FD801E6C; Wed, 8 Jan 2020 23:43:17 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-37.ams2.redhat.com [10.36.117.37]) by smtp.corp.redhat.com (Postfix) with ESMTP id 948111001B28; Wed, 8 Jan 2020 23:43:15 +0000 (UTC) From: "Laszlo Ersek" To: edk2-devel-groups-io Cc: Hao A Wu , Jian J Wang , Jiaxin Wu , Maciej Rabeda , Ray Ni , Siyuan Fu , Zhichao Gao Subject: [PATCH 0/2] UefiBootManagerLib, HttpDxe: tweaks for large HTTP(S) downloads Date: Thu, 9 Jan 2020 00:43:11 +0100 Message-Id: <20200108234313.28510-1-lersek@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-MC-Unique: ou7eGu8kOrStDXIG_k_wRg-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Repo: https://github.com/lersek/edk2.git Branch: tweaks_for_large_http This series aims to improve HTTP(S) Boot experience with large (4GiB+) files. Cc: Hao A Wu Cc: Jian J Wang Cc: Jiaxin Wu Cc: Maciej Rabeda Cc: Ray Ni Cc: Siyuan Fu Cc: Zhichao Gao Thanks, Laszlo Laszlo Ersek (2): MdeModulePkg/UefiBootManagerLib: log reserved mem allocation failure NetworkPkg/HttpDxe: fix 32-bit truncation in HTTPS download MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c | 31 ++++++++++++++++++++ NetworkPkg/HttpDxe/HttpImpl.c | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) --=20 2.19.1.3.g30247aa5d201