From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.23423.1647427018179251361 for ; Wed, 16 Mar 2022 03:36:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=M1VfCKZv; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1647427017; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3vQf4CiOkEI6R0zqXBECZRf1WiAtYyHujNVl9zRvpEs=; b=M1VfCKZvzjXPUBJgQInJuICDwa0FonSywHWWrC/vOqautgSTmCy6MocrvzSCShcHJHBlOO EGJW+bDkgn2CLtNYLezCBDFi0MQaDOG2lN8qTtAO1fonVrZqtFZRx2XnpuwXcc4z7d9ai+ O7YxkOg+CbHwx7wKfVAWuOsoiyyj1F8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-659-Om1FD8FUP3aL93QtJ3ynOw-1; Wed, 16 Mar 2022 06:36:54 -0400 X-MC-Unique: Om1FD8FUP3aL93QtJ3ynOw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BCB9B38008A3 for ; Wed, 16 Mar 2022 10:36:53 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.196.67]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9371D40FF40B; Wed, 16 Mar 2022 10:36:53 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 2A8621800381; Wed, 16 Mar 2022 11:36:52 +0100 (CET) Date: Wed, 16 Mar 2022 11:36:52 +0100 From: "Gerd Hoffmann" To: devel@edk2.groups.io, osteffen@redhat.com Subject: Re: [edk2-devel] [PATCH v3 0/5] Http Fixes Message-ID: <20220316103652.c243usnpocb67m7f@sirius.home.kraxel.org> References: <20220304130403.47832-1-osteffen@redhat.com> <20220315134229.391909-1-osteffen@redhat.com> MIME-Version: 1.0 In-Reply-To: <20220315134229.391909-1-osteffen@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Mar 15, 2022 at 02:42:24PM +0100, Oliver Steffen wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2720 > > This set of patches fixes booting from HTTP/1.0 servers. > It also improves the interaction with HTTP/1.1 servers by recognizing > the 'Connection: close' header field, which fixes a problem with > servers that close the connection after a 404-error is encountered. > > It also prevents triggering the TCP issue described in > https://bugzilla.tianocore.org/show_bug.cgi?id=3735 > when booting from HTTP/1.0 servers. > > PR: https://github.com/tianocore/edk2/pull/2564 Reviewed-by: Gerd Hoffmann take care, Gerd