v2: * Rename the PCD to PcdAllowHttpConnections. * Rename the Nt32Pkg control flag. * Refine the PCD descriptions.
If the value of PcdAllowHttpConnections is TRUE, HTTP connections is allowed. Both the "https://" and "http://" URI schemes are permitted. Otherwise, HTTP connections is denied. Only the "https://" URI scheme is permitted. Cc: Ye Ting <[email protected]> Cc: Fu Siyuan <[email protected]> Cc: Ruiyu Ni <[email protected]> Cc: Laszlo Ersek <[email protected]> Cc: Kinney Michael D <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <[email protected]> Jiaxin Wu (2): NetworkPkg: Add PCD to enable the HTTP connections switch Nt32Pkg.dsc: Add flag to control HTTP connections NetworkPkg/HttpBootDxe/HttpBootClient.c | 20 +++++++- NetworkPkg/HttpBootDxe/HttpBootConfig.c | 81 ++++++++++++++++++++------------ NetworkPkg/HttpBootDxe/HttpBootDxe.inf | 5 +- NetworkPkg/HttpBootDxe/HttpBootSupport.c | 53 ++++++++++++++++++++- NetworkPkg/HttpBootDxe/HttpBootSupport.h | 17 ++++++- NetworkPkg/HttpDxe/HttpDxe.inf | 5 +- NetworkPkg/HttpDxe/HttpImpl.c | 12 ++++- NetworkPkg/NetworkPkg.dec | 8 +++- Nt32Pkg/Nt32Pkg.dsc | 18 ++++++- 9 files changed, 180 insertions(+), 39 deletions(-) -- 1.9.5.msysgit.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

