Re: [edk2-devel] [Patch V3] NetworkPkg: Making the HTTP IO timeout value programmable with PCD

2021-07-28 Thread Maciej Rabeda
Change merged: https://github.com/tianocore/edk2/pull/1840 Corrections applied: 1. NetworkPkg.dsc: [PdcsDynamic] -> [PdcsDynamicDefault] 2. NetworkPkg.dsc: PcdHttpTimeout -> PcdHttpIoTimeout On 28-Jul-21 15:59, Maciej Rabeda wrote: Reviewed-by: Maciej Rabeda On 28-Jul-21 14:16, Heng Luo

Re: [edk2-devel] [Patch V3] NetworkPkg: Making the HTTP IO timeout value programmable with PCD

2021-07-28 Thread Maciej Rabeda
Reviewed-by: Maciej Rabeda On 28-Jul-21 14:16, Heng Luo wrote: From: Zachary Clark-Williams REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3507 HTTP boot has a default set forced timeout value of 5 seconds for getting the recovery image from a remote source. This change allows the HTTP

[edk2-devel] [Patch V3] NetworkPkg: Making the HTTP IO timeout value programmable with PCD

2021-07-28 Thread Heng Luo
From: Zachary Clark-Williams REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3507 HTTP boot has a default set forced timeout value of 5 seconds for getting the recovery image from a remote source. This change allows the HTTP boot flow to get the IO timeout value from the PcdHttpIoTimeout.